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