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