TSX Twoslash Examples With Twoslash: export const MyTitle = () => <h1>Title</h1> Without Twoslash: export const MyTitle = () => <h1>Title</h1> JSX Twoslash Examples With Twoslash: export const MyTitle = () => <h1>Title</h1> Without Twoslash: export const MyTitle = () => <h1>Title</h1>