Jacky Zhao
2023-10-14 af9ddadc4de513f2bbaf75f70079970215ed6406
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>