tmagic-editor/playground/shims-vue.d.ts
2024-08-21 16:03:40 +08:00

7 lines
146 B
TypeScript

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