gohttpdUi/types/componentType/icon.d.ts

6 lines
80 B
TypeScript
Raw Normal View History

2022-01-07 17:38:24 +08:00
declare interface IconTypes {
size?: number
color?: string
icon: string
}