1
0
mirror of synced 2025-12-13 14:29:27 +08:00
Files
tmagic-editor/runtime/tmagic-form/shims-vue.d.ts

7 lines
146 B
TypeScript

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