1 2 3 4 5 6 7 8
declare namespace JSX { type Element = any; type ElementClass = any; interface IntrinsicElements { [elemName: string]: any; } }