Current path: home/webdevt/www/schtroumpf.fr/admin254sdct88d6xocraexw/themes/new-theme/js/types/vue/
?? Go up: /home/webdevt/www/schtroumpf.fr/admin254sdct88d6xocraexw/themes/new-theme/js/types
// Makes TS happy because it doesn't know about Vue SFC (not like webpack and the loader)
// so it will treat *.vue files as defineComponent
declare module '*.vue' {
import {defineComponent} from 'vue';
export default defineComponent;
}