tethys.frontend/src/shims-vue.d.ts
Arno Kaimbacher 2a5c21806f - vue-cli upgrade 4.5 to 5.0.4
- npm updates for rxjs, axios, sass-loader, typescript and eslint
- adapt eslint and prettier
2022-05-31 16:37:41 +02:00

8 lines
206 B
TypeScript

/* eslint-disable */
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}
declare module "vue-matomo";