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