types: Form类型调整

This commit is contained in:
kailong321200875
2023-06-27 11:32:24 +08:00
parent 69cafb3b7b
commit 674d760029
8 changed files with 72 additions and 46 deletions

2
types/global.d.ts vendored
View File

@@ -17,8 +17,6 @@ declare global {
declare type TimeoutHandle = ReturnType<typeof setTimeout>
declare type IntervalHandle = ReturnType<typeof setInterval>
declare type ElementPlusSize = 'default' | 'small' | 'large'
declare type ElementPlusInfoType = 'success' | 'info' | 'warning' | 'danger'
declare type LayoutType = 'classic' | 'topLeft' | 'top' | 'cutMenu'