Skip to main content
Go to Latest
namespace createElement
import { createElement } from "https://deno.land/x/4zz@v0.10.0/mod.ts";
function createElement
import { createElement } from "https://deno.land/x/4zz@v0.10.0/mod.ts";

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>