config storybook

This commit is contained in:
2023-10-11 10:46:14 +03:00
parent 6faca04c8f
commit fdef57cc73
72 changed files with 53 additions and 1328 deletions

12
docs/colors.d.ts vendored
View File

@@ -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")[];