dependabot[bot]
2025-09-17 6457ad2092a44ab2fafae816ce9fc2d67d44769c
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>