UNPKG

@atlaskit/modal-dialog

Version:

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

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