feat(mock): Add mock
This commit is contained in:
5
types/componentType/icon.d.ts
vendored
Normal file
5
types/componentType/icon.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare interface IconTypes {
|
||||
size?: number
|
||||
color?: string
|
||||
icon: string
|
||||
}
|
||||
Reference in New Issue
Block a user