dongyukun
3 天以前 f84c0f2de793be5dac3bda0e952afe14c625f596
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}