UNPKG

@atlaskit/modal-dialog

Version:

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

8 lines (7 loc) 206 B
/** * @jsxRuntime classic * @jsx jsx */ import type { InternalModalDialogProps } from '../types'; declare const ModalDialog: (props: InternalModalDialogProps) => JSX.Element; export default ModalDialog;