gohttpdUi/types/componentType/icon.d.ts

6 lines
80 B
TypeScript

declare interface IconTypes {
size?: number
color?: string
icon: string
}