Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
variable jsx
import { jsx } from "https://deno.land/x/adoublef@0.1.2/jsx/control_flow/deps.ts";

type

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