UNPKG

@atlaskit/modal-dialog

Version:

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

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