shims.d.ts 156 B

1234567
  1. declare module '*.vue' {
  2. import type { DefineComponent } from 'vue'
  3. const component: DefineComponent<object, object, any>
  4. export default component
  5. }