import { h } from "https://deno.land/x/netzo@0.3.91/deps/preact.ts";
Parameters
props: (JSXInternal.DOMAttributes<HTMLInputElement> & ClassAttributes<HTMLInputElement>) | null
...children: ComponentChildren[]
Returns
VNode<JSXInternal.DOMAttributes<HTMLInputElement> & ClassAttributes<HTMLInputElement>>
Type Parameters
P extends JSXInternal.HTMLAttributes<T>
Parameters
props: (ClassAttributes<T> & P) | null
...children: ComponentChildren[]
Type Parameters
P extends JSXInternal.SVGAttributes<T>
Parameters
props: (ClassAttributes<T> & P) | null
...children: ComponentChildren[]
Parameters
props: (ClassAttributes<T> & JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes) | null
...children: ComponentChildren[]
Returns
VNode<(ClassAttributes<T> & JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes) | null>