// @filename: foo.tsx // @jsx: preserve // @noLib: true // @skipLibCheck: true // @libFiles: react.d.ts,lib.d.ts import React = require('react'); type TypeProps = { foo?: boolean; }; interface InterfaceProps { foo?: boolean; } function Foo() { return null; } <> {/* JsxSelfClosingElement */} /> /> /> /> /> /> /> /> /> /> {/* JsxOpeningElement */} > > > > > > > > > >