dengzedong
9 天以前 86c96a3dac97a7f3a38e293beb98b1c8129830e0
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}