butterfloat / jsx
Function: jsx()
jsx(
element
,attributes
, ...children
):NodeDescription
Defined in: jsx.ts:269
Describe a node. Builder for JSX and TSX transformation.
Parameters
element
An element to build
string
| Component
attributes
Attributes
null
| ButterfloatAttributes
children
...JsxChildren
Children
Returns
Node description