// TSX highlights the JSX grammar; hovers still work over the logic.
const const heading: "Hello world"heading = "Hello world"
export function function App(): anyApp() {
return <anyh1 (property) className: stringclassName="title">{const heading: "Hello world"heading}</anyh1>
}