Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/none/src/deps.ts>h

Minimal boilerplate blogging.
Latest
namespace h
Re-export
import { h } from "https://deno.land/x/none@v0.0.14/src/deps.ts";
function h
Re-export
import { h } from "https://deno.land/x/none@v0.0.14/src/deps.ts";

Parameters

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

Parameters

type: ComponentType<P>
props: (Attributes & P) | null
...children: ComponentChildren[]