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