All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.src.shims-tsx.d.ts Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
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
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy