Terarea  2
The automation project
Loading...
Searching...
No Matches
shims-vue.d.ts
Go to the documentation of this file.
1/* eslint-disable */
2declare module '*.vue' {
3 import type { DefineComponent } from 'vue'
4 const component: DefineComponent<{}, {}, any>
5 export default component
6}