Jacky Zhao
2023-07-16 a3e4c86a4cf18e31fe5b65d57ce120174c9f6aee
index.d.ts
@@ -1,4 +1,11 @@
declare module '*.scss' {
  const content: string
  const content: string
  export = content
}
// dom custom event
interface CustomEventMap {
  "nav": CustomEvent<{ url: CanonicalSlug }>;
}
declare const fetchData: Promise<ContentIndex>