diff --git a/components/float-button/interface.ts b/components/float-button/interface.ts index da5b25c2fc..9db3fba65c 100644 --- a/components/float-button/interface.ts +++ b/components/float-button/interface.ts @@ -20,7 +20,7 @@ export const floatButtonProps = () => { shape: stringType('circle'), tooltip: PropTypes.any, href: String, - target: stringType<'_self' | '_blank' | '_parent' | '_top'>(), + target: String, badge: objectType(), onClick: functionType(), };