Skip to main content
Module

x/blog/blog.tsx>h

Minimal boilerplate blogging.
Go to Latest
namespace h
Re-export
import { h } from "https://deno.land/x/blog@0.3.3/blog.tsx";
function h
Re-export
import { h } from "https://deno.land/x/blog@0.3.3/blog.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>