Kind: Function
Source: src/jsx/base.ts
Part of: Jsx
Signature
tsfunction cloneElement(element: T, props: Partial<Props>, children: Child[]): T
Parameters
| Name | Type |
|---|---|
element | T |
props | Partial<Props> |
children | Child[] |
Returns: T
Kind: Function
Source: src/jsx/base.ts
Part of: Jsx
tsfunction cloneElement(element: T, props: Partial<Props>, children: Child[]): T
| Name | Type |
|---|---|
element | T |
props | Partial<Props> |
children | Child[] |
Returns: T
Was this page helpful?