UNPKG

@react-riftgate/portal

Version:

An abstract wrapper component that uses React's Portal underneath

3 lines (2 loc) 120 B
export type PortalContextValue = HTMLElement | null | undefined; export type PortalProps = React.PropsWithChildren<{}>;