fix github pages

This commit is contained in:
2023-10-11 10:54:20 +03:00
parent fdef57cc73
commit e75d0cca81
69 changed files with 1295 additions and 52 deletions

23
docs/icons.d.ts vendored Normal file
View File

@@ -0,0 +1,23 @@
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;