UNPKG

194 BTypeScriptView Raw
1export declare type TwoToneColor = string | [string, string];
2export declare function setTwoToneColor(twoToneColor: TwoToneColor): void;
3export declare function getTwoToneColor(): TwoToneColor;