Kind: Function
Source: src/jsx/dom/jsx-dev-runtime.ts
Part of: Jsx
Signature
tsfunction jsxDEV(tag: string | Function, props: Props, key: string): JSXNode
Parameters
| Name | Type |
|---|---|
tag | `string |
props | Props |
key | string |
Returns: JSXNode
Relationships
- IMPORTS →
clearCache
Was this page helpful?