jsxDEV
Summary
Creates a Remix virtual element.
Signature
function jsx(type: ElementType, props: ElementProps, key: string): RemixElement;
Params
type
Host tag or component function.
props
Element props.
key
Optional reconciliation key.
Returns
A Remix virtual element.