Prototyping on the TypeScript Playground
// @jsxFactory: h
import { render, h } from "preact";
function Heading() {
return <h1>Hello</h1>
}
const elem = <Heading/>
// ^?
// This line above triggers inline hints
// @jsxFactory: h
import { render, h } from "preact";
function Heading() {
return <h1>Hello</h1>
}
const elem = <Heading/>
// ^?
// This line above triggers inline hints