Jacky Zhao
2024-01-23 5fb203a6dff8bcf238d3926992d621070e2a62b0
index.d.ts
@@ -6,6 +6,7 @@
// dom custom event
interface CustomEventMap {
  nav: CustomEvent<{ url: FullSlug }>
  themechange: CustomEvent<{ theme: "light" | "dark" }>
}
declare const fetchData: Promise<ContentIndex>