tiff-personal/src/env.d.ts
houston[bot] 46709a2b20
Some checks failed
ci / Check for build and type issues (push) Has been cancelled
Initial commit from Astro
2025-04-22 15:19:27 -04:00

6 lines
102 B
TypeScript

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