John Bowdre
2024-06-18 3faf2ff6f57cd17289f777e2a823ca79c00cb43f
index.d.ts
@@ -5,7 +5,8 @@
// dom custom event
interface CustomEventMap {
  nav: CustomEvent<{ url: CanonicalSlug }>
  nav: CustomEvent<{ url: FullSlug }>
  themechange: CustomEvent<{ theme: "light" | "dark" }>
}
declare const fetchData: Promise<ContentIndex>