@ -100,7 +100,7 @@ export function jsx(
}
// See https://www.typescriptlang.org/docs/handbook/jsx.html#type-checking
export namespace jsx {
namespace JSXTypes {
export type Element = VNode;
/*
@ -142,3 +142,9 @@ export namespace jsx {
[elemName: string]: VNodeData;
export namespace JSX {
export interface IntrinsicElements extends JSXTypes.IntrinsicElements {}