summaryrefslogtreecommitdiff
path: root/src/env.d.ts
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-03 10:56:21 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-03 10:56:21 +0300
commit456cf011b36de91c9936994b1fa45703adcd309b (patch)
tree8e60daf998f731ac50d100fa490eaecae1168042 /src/env.d.ts
Initial fork of chrismwilliams/astro-theme-cactus theme
Diffstat (limited to 'src/env.d.ts')
-rw-r--r--src/env.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/env.d.ts b/src/env.d.ts
new file mode 100644
index 0000000..e1ef1df
--- /dev/null
+++ b/src/env.d.ts
@@ -0,0 +1,5 @@
+declare module "@pagefind/default-ui" {
+ declare class PagefindUI {
+ constructor(arg: unknown);
+ }
+}