We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c82940 commit 55bd127Copy full SHA for 55bd127
components/float-button/interface.ts
@@ -20,7 +20,7 @@ export const floatButtonProps = () => {
20
shape: stringType<FloatButtonShape>('circle'),
21
tooltip: PropTypes.any,
22
href: String,
23
- target: functionType<() => Window | HTMLElement | null>(),
+ target: stringType<'_self' | '_blank' | '_parent' | '_top'>(),
24
badge: objectType<FloatButtonBadgeProps>(),
25
onClick: functionType<MouseEventHandler>(),
26
};
0 commit comments