# jsxDEV

**Kind:** Function

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

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

## Signature

```ts
function jsxDEV(tag: string | Function, props: Record<string, unknown>, key: string): JSXNode
```

## Parameters

| Name | Type |
|---|---|
| `tag` | `string | Function` |
| `props` | `Record<string, unknown>` |
| `key` | `string` |

**Returns:** `JSXNode`

## Relationships

- IMPORTS → `jsxFn`
- IMPORTS → `Fragment`

## Used by

2 references from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `jsxAttr` — `src/jsx/jsx-runtime.ts`:16
- `jsxAttr` — `src/jsx/jsx-runtime.ts`:16
