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