Skip to content

cloneElement

reference
1 min readUpdated

Kind: Function

Source: src/jsx/base.ts

Part of: Jsx

Signature

ts
function cloneElement(element: T, props: Partial<Props>, children: Child[]): T

Parameters

NameType
elementT
propsPartial<Props>
childrenChild[]

Returns: T

Was this page helpful?

Download as PDF
cloneElement — Hono (narrator proof)