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

Parameters

type: string
props: (JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<string, any>) | null
...children: ComponentChildren[]