Jacky Zhao
2023-09-07 ef1ead31dccd05f4275405b843ff47fa28a5116d
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>