Initial commit

This commit is contained in:
KazooTTT
2025-02-05 14:07:58 +08:00
committed by GitHub
commit ea645368e9
85 changed files with 11210 additions and 0 deletions

5
src/env.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
declare module "@pagefind/default-ui" {
declare class PagefindUI {
constructor(arg: unknown);
}
}