Aaron Pham
2024-10-07 66d7dd8677e5ef05c97773f3590d43ef97d21d98
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>