UNPKG

@atlaskit/inline-dialog

Version:

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

5 lines (4 loc) 164 B
import { type FC } from 'react'; import type { InlineDialogProps } from '../types'; declare const InlineDialog: FC<InlineDialogProps>; export default InlineDialog;