UNPKG

@atlaskit/portal

Version:

A wrapper for rendering components in React portals.

3 lines 188 B
export const portalParentClassName = 'atlaskit-portal-container'; export const portalParentSelector = 'body > .atlaskit-portal-container'; export const portalClassName = 'atlaskit-portal';