icon.d.ts 80 B

12345
  1. declare interface IconTypes {
  2. size?: number
  3. color?: string
  4. icon: string
  5. }