UNPKG

@atlaskit/popup

Version:

A popup displays brief content in an overlay.

5 lines (4 loc) 165 B
import { Popup } from './popup'; export type { ContentProps, PopupComponentProps, PopupProps, TriggerProps } from './types'; export { Popup }; export default Popup;