Skip to main content
Module

x/none/none.tsx>h

Minimal boilerplate blogging.
Go to Latest
namespace h
Re-export
import { h } from "https://deno.land/x/none@v0.0.5/none.tsx";
function h
Re-export
import { h } from "https://deno.land/x/none@v0.0.5/none.tsx";

Parameters

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

Returns

VNode<any>

Parameters

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

Returns

VNode<any>