createElement External Documentation React API Reference ↗ JSObject createElement( JSAny type, [ JSObject? props, JSAny? children ]) Creates and returns a new React element of the given type. Implementation external static JSObject createElement( JSAny type, [ JSObject? props, JSAny? children, ]);