mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
fix(FloatButton): type prompt error (#7576)
This commit is contained in:
parent
014e86bd27
commit
9c27414cd0
@ -20,7 +20,7 @@ export const floatButtonProps = () => {
|
||||
shape: stringType<FloatButtonShape>('circle'),
|
||||
tooltip: PropTypes.any,
|
||||
href: String,
|
||||
target: functionType<() => Window | HTMLElement | null>(),
|
||||
target: stringType<'_self' | '_blank' | '_parent' | '_top'>(),
|
||||
badge: objectType<FloatButtonBadgeProps>(),
|
||||
onClick: functionType<MouseEventHandler>(),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user