1
0
mirror of synced 2025-12-15 07:17:55 +08:00
Files
tmagic-editor/runtime/vue2/page/shims-vue.d.ts

7 lines
146 B
TypeScript

declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}