mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
declare module '*.vue' {
|
|
import { DefineComponent } from 'vue';
|
|
|
|
const component: DefineComponent<{}, {}, any>;
|
|
export default component;
|
|
}
|