UNPKG

@atlaskit/modal-dialog

Version:

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

8 lines (7 loc) 273 B
/** * @jsxRuntime classic * @jsx jsx */ import type { InternalModalDialogProps } from '../types'; declare const ModalDialog: React.ForwardRefExoticComponent<React.PropsWithoutRef<InternalModalDialogProps> & React.RefAttributes<HTMLElement>>; export default ModalDialog;