mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
fix(tabs): typo
This commit is contained in:
parent
17d65cdfe3
commit
151dbc1da6
@ -9,7 +9,7 @@ export type OnClose = (name: string & number) => void
|
||||
export type OnCloseImpl = (name: string | number) => void
|
||||
|
||||
export type OnBeforeLeave = (
|
||||
Name: string & number,
|
||||
name: string & number,
|
||||
oldName: string & number & null
|
||||
) => boolean | Promise<boolean>
|
||||
export type OnBeforeLeaveImpl = (
|
||||
|
Loading…
Reference in New Issue
Block a user