fej/web/src/shims-vue.d.ts

6 lines
142 B
TypeScript
Raw Normal View History

2021-04-29 09:58:29 +02:00
declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}