UNPKG

vue-cli-plugin-templates

Version:

vue-cli 3 plugin to add @shiyaping/vue-template | @shiyapings/vue-typescript-template

14 lines (12 loc) 306 B
import Vue, { VNode } from 'vue'; declare global { namespace JSX { // tslint:disable no-empty-interface interface Element extends VNode {} // tslint:disable no-empty-interface interface ElementClass extends Vue {} interface IntrinsicElements { [elem: string]: any; } } }