- createElement(type, props?, ...children): DetailedReactHTMLElement<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>
- createElement<P, T>(type, props?, ...children): DetailedReactHTMLElement<P, T>
- createElement<P, T>(type, props?, ...children): ReactSVGElement
- createElement<P, T>(type, props?, ...children): DOMElement<P, T>
- createElement<P>(type, props?, ...children): FunctionComponentElement<P>
- createElement<P>(type, props?, ...children): CElement<P, ClassicComponent<P, ComponentState>>
- createElement<P, T, C>(type, props?, ...children): CElement<P, T>
- createElement<P>(type, props?, ...children): ReactElement<P>