John Barker
2025-08-13 e918f1165220c70dcd25c10fc251d3df1f269b65
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>