1900
2024-01-30 6ba138b4fa4a9ed48a79fd2f65202c97b8d66e6f
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>