UNPKG

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