tmagic-editor/playground/shims-vue.d.ts
2024-12-09 20:21:34 +08:00

7 lines
146 B
TypeScript

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