tethys.frontend/src/shims-vue.d.ts

7 lines
196 B
TypeScript
Raw Normal View History

2021-10-28 08:31:51 +00:00
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
2022-01-11 11:43:51 +00:00
declare module 'vue-matomo';