fix(tabs): typo

This commit is contained in:
07akioni 2021-10-21 00:12:21 +08:00 committed by 张乐聪
parent 17d65cdfe3
commit 151dbc1da6

View File

@ -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 = (