Skip to main content
Module

x/sift/mod.ts>cloneElement

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

Parameters

vnode: VNode<any>
optional
props: any
...children: ComponentChildren[]

Parameters

vnode: VNode<P>
optional
props: any
...children: ComponentChildren[]