fix
This commit is contained in:
11
superpage/src/@types/pagefind-default-ui.d.ts
vendored
Normal file
11
superpage/src/@types/pagefind-default-ui.d.ts
vendored
Normal 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;
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user