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