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.6.1/deps.ts";
function h
Re-export
import { h } from "https://deno.land/x/blog@0.6.1/deps.ts";

Parameters

type: "input"
props: (JSXInternal.DOMAttributes<HTMLInputElement> & ClassAttributes<HTMLInputElement>) | null
...children: ComponentChildren[]

Type Parameters

P extends JSXInternal.HTMLAttributes<T>
T extends HTMLElement

Parameters

type: keyof JSXInternal.IntrinsicElements
props: (ClassAttributes<T> & P) | null
...children: ComponentChildren[]

Type Parameters

P extends JSXInternal.SVGAttributes<T>
T extends HTMLElement

Parameters

type: keyof JSXInternal.IntrinsicElements
props: (ClassAttributes<T> & P) | null
...children: ComponentChildren[]

Type Parameters

T extends HTMLElement

Parameters

type: string
props: (ClassAttributes<T> & JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes) | null
...children: ComponentChildren[]

Parameters

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