# jsxDEV

**Kind:** Function

**Source:** [`src/jsx/dom/jsx-dev-runtime.ts`](https://github.com/honojs/hono/blob/main/src/jsx/dom/jsx-dev-runtime.ts#L10)

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

## Signature

```ts
function jsxDEV(tag: string | Function, props: Props, key: string): JSXNode
```

## Parameters

| Name | Type |
|---|---|
| `tag` | `string | Function` |
| `props` | `Props` |
| `key` | `string` |

**Returns:** `JSXNode`

## Relationships

- IMPORTS → `clearCache`
