Reference

createPortal

Re-exports the React DOM rendering helpers exposed by the root entrypoint.

Signature

function createPortal(children: ReactCompatNode, container: Element, key?: unknown): ReactCompatPortal