This commit is contained in:
2025-05-08 12:59:46 -03:00
parent 11dd53a9eb
commit ea1f2f0f0e
6 changed files with 160 additions and 130 deletions

View File

@@ -0,0 +1,11 @@
declare module "@pagefind/default-ui" {
export class PagefindUI {
constructor(options: {
element: string;
bundlePath: string;
autofocus?: boolean;
showImages?: boolean;
pageSize?: number;
});
}
}