UNPKG

460 BTypeScriptView Raw
1import { ElementOf } from './type';
2export declare const PresetStatusColorTypes: ["success", "processing", "error", "default", "warning"];
3export declare const PresetColorTypes: ["pink", "red", "yellow", "orange", "cyan", "green", "blue", "purple", "geekblue", "magenta", "volcano", "gold", "lime"];
4export declare type PresetColorType = ElementOf<typeof PresetColorTypes>;
5export declare type PresetStatusColorType = ElementOf<typeof PresetStatusColorTypes>;