松浦 知也 Matsuura Tomoya
2024-02-05 ba836dd3e0cda5df23f6d34539809d36805d230e
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>