/** * props */ export interface Props { /** * 图标大小 */ size?: string; /** * 图标颜色 */ color?: string; /** * 点状显示 */ dot?: boolean; }