UNPKG

306 BTypeScriptView Raw
1import Vue, { VNode } from 'vue';
2
3declare global {
4 namespace JSX {
5 // tslint:disable no-empty-interface
6 interface Element extends VNode {}
7 // tslint:disable no-empty-interface
8 interface ElementClass extends Vue {}
9 interface IntrinsicElements {
10 [elem: string]: any;
11 }
12 }
13}