UNPKG

@atlaskit/modal-dialog

Version:

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

11 lines (10 loc) 218 B
import type { WidthNames } from '../types'; interface Width { values: string[]; widths: { [index in WidthNames]: number; }; defaultValue: string; } export declare const width: Width; export {};