Skip to main content
Module

x/netzo/mod.ts>createElement

Netzo - roll out internal tools faster
Go to Latest
namespace createElement
import { createElement } from "https://deno.land/x/netzo@v0.1.58/mod.ts";
function createElement
import { createElement } from "https://deno.land/x/netzo@v0.1.58/mod.ts";

Parameters

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