The type
of JSX.Element to create.
Optional
props: Record<string, any>Any properties to assign to the created JSX.Element.
Optional
ref: KeyAn optional ref
erence to the created JSX.Element.
An array of bound functions representing the JSX.Element.
Generated using TypeDoc
JSX.Element factory. Provides JSX runtime compliant bindings creating arrays of bound elementOpen and elementClose calls. This createElement factory function is meant to be implicitly imported by the TypeScript transpiler through its JSX bindings and returns an array of bound elementOpen and elementClose function calls, representing the created JSX.Element. This array of bound functions can be rendered into an element attached to the Document through the render function.