Skip to main content
Module

x/blog/deps.ts>h

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