Skip to main content
Module

x/hono/middleware.ts>jsx

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
variable jsx
import { jsx } from "https://deno.land/x/hono@v3.6.3/middleware.ts";

type

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