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