feat(mock): Add mock

This commit is contained in:
kailong321200875
2022-01-08 18:38:20 +08:00
parent 357fc44e51
commit 3fc7d4d39a
20 changed files with 354 additions and 67 deletions

3
types/componentType/configGlobal.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
declare interface ConfigGlobalTypes {
size?: ElememtPlusSzie
}