add storybook
This commit is contained in:
12
docs/colors.d.ts
vendored
Normal file
12
docs/colors.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export declare enum ColorEnum {
|
||||
primary = "primary",
|
||||
accent = "accent",
|
||||
info = "info",
|
||||
success = "success",
|
||||
warning = "warning",
|
||||
error = "error",
|
||||
dark = "dark",
|
||||
light = "light"
|
||||
}
|
||||
export type TColor = keyof typeof ColorEnum;
|
||||
export declare const colors: ("primary" | "accent" | "info" | "success" | "warning" | "error" | "dark" | "light")[];
|
||||
Reference in New Issue
Block a user