init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const TAG_COLORS = ["primary", "normal", "warm", "danger"] as const;
|
||||
|
||||
export type TagType = typeof TAG_COLORS[number];
|
||||
|
||||
export type TagShape = "square" | "round";
|
||||
|
||||
export type TagVariant = "dark" | "light" | "plain";
|
||||
Reference in New Issue
Block a user