@atlaskit/popup
Version:
A popup displays brief content in an overlay.
5 lines (4 loc) • 548 B
TypeScript
/// <reference types="react" />
import { type PopperWrapperProps } from './types';
declare function PopperWrapper({ xcss, isOpen, id, offset, testId, content, fallbackPlacements, onClose, boundary, rootBoundary, shouldFlip, placement, popupComponent: PopupContainer, autoFocus, triggerRef, shouldUseCaptureOnOutsideClick, shouldRenderToParent, shouldFitContainer, shouldDisableFocusLock, shouldReturnFocus, strategy, role, label, titleId, modifiers, shouldFitViewport, appearance, }: PopperWrapperProps): JSX.Element;
export default PopperWrapper;