Jacky Zhao
2024-02-17 aa24a62ae77ed1bd3edd4b617cd76d7a056c7f1c
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>