import { createElement } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";
import { createElement } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.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>