husq
2023-09-15 441df8843ebf37bd2eea5baee67dd590b06aa09d
1
2
3
4
5
declare module '*.vue' {
  import { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}