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

23
docs/icons.d.ts vendored
View File

@@ -1,23 +0,0 @@
export declare const icons: {
account: string;
doc: string;
vk: string;
youtube: string;
video: string;
yandex: string;
menu: string;
close: string;
'arrow-down': string;
car: string;
review: string;
phone: string;
circle: string;
dzen: string;
instagram: string;
moon: string;
sun: string;
edit: string;
visibility: string;
visibility_off: string;
};
export type TIcon = keyof typeof icons;