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

1
docs/hooks/find-filter.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export declare const useFindFilter: () => Promise<{}>;

1
docs/hooks/index.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export * from './find-filter';