Kind: Function
Source: src/jsx/jsx-dev-runtime.ts
Part of: Jsx
Signature
tsfunction jsxDEV(tag: string | Function, props: Record<string, unknown>, key: string): JSXNode
Parameters
| Name | Type |
|---|---|
tag | `string |
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:16jsxAttr—src/jsx/jsx-runtime.ts:16
Was this page helpful?