11-tsxhover×6all
// TSX highlights the JSX grammar; hovers still work over the logic.
const 
const heading: "Hello world"
heading
= "Hello world"
export function
function App(): any
App
() {
return <
any
h1
(property) className: string
className
="title">{
const heading: "Hello world"
heading
}</
any
h1
>
}