Skip to main content
Module

x/htm/mod.tsx>h

Create a html response with JSX.
Go to Latest
namespace h
Re-export
import { h } from "https://deno.land/x/htm@0.0.10/mod.tsx";
function h
Re-export
import { h } from "https://deno.land/x/htm@0.0.10/mod.tsx";

Parameters

type: string
props: (JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<string, any>) | null
...children: ComponentChildren[]