| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected