dependabot[bot]
2024-01-29 fbb4d7e39928d7e4c7d6cdea3566e00f58f1a0b5
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>