twoTonePrimaryColor.d.ts 194 Bytes
export declare type TwoToneColor = string | [string, string];
export declare function setTwoToneColor(twoToneColor: TwoToneColor): void;
export declare function getTwoToneColor(): TwoToneColor;