github.com/covergates/covergates@v0.2.2-0.20201009050117-42ef8a19fb95/web/src/shims-tsx.d.ts (about)

     1  import Vue, { VNode } from 'vue';
     2  
     3  declare 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  }