4
0
mirror of https://github.com/Tencent/tmagic-editor.git synced 2025-04-25 19:22:43 +08:00

7 lines
146 B
TypeScript

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