fix: fixed spelling 'ElememtPlusSzie'
This commit is contained in:
2
types/componentType/configGlobal.d.ts
vendored
2
types/componentType/configGlobal.d.ts
vendored
@@ -1,3 +1,3 @@
|
||||
declare interface ConfigGlobalTypes {
|
||||
size?: ElememtPlusSzie
|
||||
size?: ElememtPlusSize
|
||||
}
|
||||
|
||||
2
types/global.d.ts
vendored
2
types/global.d.ts
vendored
@@ -6,7 +6,7 @@ declare type Nullable<T> = T | null
|
||||
|
||||
declare type ElRef<T extends HTMLElement = HTMLDivElement> = Nullable<T>
|
||||
|
||||
declare type ElememtPlusSzie = 'default' | 'small' | 'large'
|
||||
declare type ElememtPlusSize = 'default' | 'small' | 'large'
|
||||
|
||||
declare type ElementPlusInfoType = 'success' | 'info' | 'warning' | 'danger'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user