UNPKG

@atlaskit/modal-dialog

Version:

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

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