restore .storybook

This commit is contained in:
2023-10-11 10:28:55 +03:00
parent 6ff1fd1470
commit 49924d6bf8
148 changed files with 33 additions and 4495 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")[];