dongyukun
昨天 e295922209fb87c6dcd68ea1560fd16c3e6d808c
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}