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
/// <reference types="react" /> /** * @jsxRuntime classic * @jsx jsx */ import type { InternalModalDialogProps } from '../types'; declare const ModalDialog: (props: InternalModalDialogProps) => JSX.Element; export default ModalDialog;