5 lines
252 B
Plaintext
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";
|