1 gal Rosemary
2025-04-05 bb24cd13c7fafbd42d3980c45351a58a76dabb18
index.d.ts
@@ -10,4 +10,5 @@
  themechange: CustomEvent<{ theme: "light" | "dark" }>
}
type ContentIndex = Record<FullSlug, ContentDetails>
declare const fetchData: Promise<ContentIndex>