Skip to main content
Module

x/sift/mod.ts>createElement

Sift is a routing and utility library for Deno Deploy.
Latest
namespace createElement
import { createElement } from "https://deno.land/x/sift@0.6.0/mod.ts";
function createElement
import { createElement } from "https://deno.land/x/sift@0.6.0/mod.ts";

Parameters

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