UNPKG

@atlaskit/inline-dialog

Version:

An inline dialog is a pop-up container for small amounts of information. It can also contain controls.

4 lines (3 loc) 134 B
export { default } from './InlineDialog'; export type { Placement } from './types'; export type { InlineDialogProps } from './types';