Skip to content

jsxDEV

reference
1 min readUpdated

Kind: Function

Source: src/jsx/jsx-dev-runtime.ts

Part of: Jsx

Signature

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

Parameters

NameType
tag`string
propsRecord<string, unknown>
keystring

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)

  • jsxAttrsrc/jsx/jsx-runtime.ts:16
  • jsxAttrsrc/jsx/jsx-runtime.ts:16

Was this page helpful?

Download as PDF
jsxDEV — Hono (narrator proof)