UNPKG

react-simple-modal-controller

Version:
4 lines (3 loc) 161 B
import { PropsWithChildren } from "react"; declare const Portal: ({ children }: PropsWithChildren) => import("react").ReactPortal | null; export default Portal;