mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-04-12 14:40:47 +08:00
fix(button): nativeFocusBehavior type
This commit is contained in:
parent
7437fcff82
commit
b6e623d1eb
@ -86,7 +86,7 @@ export const buttonProps = {
|
||||
},
|
||||
onClick: [Function, Array] as PropType<MaybeArray<(e: MouseEvent) => void>>,
|
||||
nativeFocusBehavior: {
|
||||
Boolean,
|
||||
type: Boolean,
|
||||
default: !isSafari
|
||||
}
|
||||
} as const
|
||||
|
Loading…
x
Reference in New Issue
Block a user