summaryrefslogtreecommitdiff
path: root/src/shims-vue.d.ts
blob: 2b97bd961cc69cd17d1fa449462b17039100bc6b (plain) (blame)
1
2
3
4
5
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}