UNPKG

@ant-design/icons-vue

Version:
4 lines (3 loc) 194 B
export declare type TwoToneColor = string | [string, string]; export declare function setTwoToneColor(twoToneColor: TwoToneColor): void; export declare function getTwoToneColor(): TwoToneColor;