haoxuan
2024-01-24 27f42527c4f060d4b0354ff79690262fe287e641
env.d.ts
@@ -5,3 +5,9 @@
  const component: FunctionalComponent<SVGAttributes>
  export default component
}
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
  const component: DefineComponent<object, object, any>
  export default component
}