UNPKG

@atlaskit/modal-dialog

Version:

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

4 lines (3 loc) 209 B
import { ModalDialogProps } from '../types'; export declare const dialogWidth: (input?: ModalDialogProps['width']) => string; export declare const dialogHeight: (input?: ModalDialogProps['height']) => string;