UNPKG

@atlaskit/portal

Version:

A wrapper for rendering components in React portals.

4 lines (3 loc) 190 B
import React from 'react'; import type { PortalProps } from './types'; export default function Portal({ zIndex, children, mountStrategy, isClosed, }: PortalProps): React.JSX.Element | null;