Skip to main content
Module

x/htm/jsx.ts>h

Create `text/html` response with JSX.
Go to Latest
variable h
import { h } from "https://deno.land/x/htm@0.2.1/jsx.ts";

type

(
tag: string | CallableFunction,
props: Props,
...children: (string | HtmlEscapedString)[],
) => JSXNode