UNPKG

137 BTypeScriptView Raw
1declare module '*.vue' {
2 import type { DefineComponent } from 'vue';
3 const component: DefineComponent;
4 export default component;
5}