dependabot[bot]
2026-01-20 25a6747d7d63914c206d58d7d6ac3846d9934abe
index.d.ts
@@ -8,6 +8,7 @@
  prenav: CustomEvent<{}>
  nav: CustomEvent<{ url: FullSlug }>
  themechange: CustomEvent<{ theme: "light" | "dark" }>
  readermodechange: CustomEvent<{ mode: "on" | "off" }>
}
type ContentIndex = Record<FullSlug, ContentDetails>