UNPKG

@atlaskit/modal-dialog

Version:

A modal dialog displays content that requires user interaction, in a layer above the page.

5 lines (4 loc) 192 B
import { jsx } from '@emotion/react'; import type { ModalDialogProps } from '../../types'; declare const ModalDialog: (props: ModalDialogProps) => jsx.JSX.Element; export default ModalDialog;