Skip to main content
Module

x/hono/jsx/jsx-runtime.ts>jsxAttr

Web Framework built on Web Standards
Extremely Popular
Go to Latest
variable jsxAttr
import { jsxAttr } from "https://deno.land/x/hono@v4.3.6/jsx/jsx-runtime.ts";

type

(name: string, value: string | Promise<string>) => HtmlEscapedString | Promise<HtmlEscapedString>