UNPKG

@atlaskit/popup

Version:

A popup displays brief content in an overlay.

8 lines (7 loc) 163 B
/** * @jsxRuntime classic * @jsx jsx */ import { type FC } from 'react'; import { type PopupProps } from './types'; export declare const Popup: FC<PopupProps>;