UNPKG

73 BTypeScriptView Raw
1export interface IconPropsType {
2 type: string;
3 color?: string;
4}