Skip to main content
Module

x/htm/mod.ts>cloneElement

Create `text/html` response with JSX.
Go to Latest
function cloneElement
import { cloneElement } from "https://deno.land/x/htm@0.1.4/mod.ts";

Parameters

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

Parameters

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