init
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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";
|
||||
Reference in New Issue
Block a user