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