dependabot[bot]
2024-08-12 c5f0b69a52c6d23b9db6daf9ae3f1d75684ef2d9
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>