UNPKG

react-nativescript

Version:
4 lines (3 loc) 238 B
import { ReactPortal } from "react"; import { ReactNodeList } from "../shared/ReactTypings"; export declare function createPortal(children: ReactNodeList, containerInfo: any, implementation: any | null, key?: string | null): ReactPortal;