kabirgh
2024-03-10 b4236e5142c31829cf809c0fbc8370ac22b6d1ba
index.d.ts
@@ -6,6 +6,7 @@
// dom custom event
interface CustomEventMap {
  nav: CustomEvent<{ url: FullSlug }>
  themechange: CustomEvent<{ theme: "light" | "dark" }>
}
declare const fetchData: Promise<ContentIndex>