UNPKG

@truenewx/tnxvue3

Version:

互联网技术解决方案:Vue3扩展支持

8 lines (6 loc) 199 B
import type { DefineComponent } from 'vue'; import '../../tnxcore/src/types.d.ts'; declare module '*.vue' { const component: DefineComponent<{}, {}, any>; export default component; }