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