estree-jsx TypeScript type definitions for JSX Usage import {JSXText} from "estree-jsx"; declare const text: JSXText; const x: string = text.value;