layui/.svn/pristine/38/3841f601346fbfbcd489693d682a862ad8b923c2.svn-base
2022-12-09 16:41:41 +08:00

5 lines
252 B
Plaintext

export declare const TAG_COLORS: readonly ["primary", "normal", "warm", "danger"];
export declare type TagType = typeof TAG_COLORS[number];
export declare type TagShape = "square" | "round";
export declare type TagVariant = "dark" | "light" | "plain";