# cloneElement

**Kind:** Function

**Source:** [`src/jsx/base.ts`](https://github.com/honojs/hono/blob/main/src/jsx/base.ts#L440)

**Part of:** [Jsx](subsystem-src-jsx)

## Signature

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

## Parameters

| Name | Type |
|---|---|
| `element` | `T` |
| `props` | `Partial<Props>` |
| `children` | `Child[]` |

**Returns:** `T`
