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

5
types/componentType/icon.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare interface IconTypes {
size?: number
color?: string
icon: string
}