变更
This commit is contained in:
2
types/component/tag/interface.d.ts
vendored
2
types/component/tag/interface.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
export declare const TAG_COLORS: readonly ["primary", "normal", "warm", "danger"];
|
||||
export type TagType = typeof TAG_COLORS[number];
|
||||
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