Jacky Zhao
2023-09-13 cce389c81d262d1d2a2bd8140c879efd68e3c6dd
index.d.ts
@@ -5,7 +5,7 @@
// dom custom event
interface CustomEventMap {
  nav: CustomEvent<{ url: CanonicalSlug }>
  nav: CustomEvent<{ url: FullSlug }>
}
declare const fetchData: Promise<ContentIndex>