Flex
8 天以前 5369b00bfd1070ae26c1ee41e529edd2da1597ed
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}