Jacky Zhao
2025-04-11 bfd72347cf719a7500dd98484d037c2b2320729c
index.d.ts
@@ -10,4 +10,5 @@
  themechange: CustomEvent<{ theme: "light" | "dark" }>
}
type ContentIndex = Record<FullSlug, ContentDetails>
declare const fetchData: Promise<ContentIndex>