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