mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 10:41:30 +08:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
declare module "@pagefind/default-ui" {
|
|
declare class PagefindUI {
|
|
constructor(arg: unknown);
|
|
}
|
|
}
|