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