tethys/resources/js/index.d.ts
Arno Kaimbacher 2cdfbdb004 - tsconfig.json with files
- component LocationsMap to typescript
- delete bounding box button
- check unique email adresses of creators and contributors
2020-06-10 21:09:28 +02:00

8 lines
154 B
TypeScript

import Vue from 'vue';
import VueToast from 'vue-toast-notification';
declare module 'vue/types/vue' {
interface Vue {
$toast: VueToast
}
}