tmagic-editor/playground/shims-vue.d.ts
2024-09-14 11:12:18 +08:00

7 lines
146 B
TypeScript

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