restore .storybook
This commit is contained in:
12
docs/colors.d.ts
vendored
12
docs/colors.d.ts
vendored
@@ -1,12 +0,0 @@
|
||||
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