UNPKG

@atlaskit/modal-dialog

Version:

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

10 lines 186 B
export const width = { values: ['small', 'medium', 'large', 'x-large'], widths: { small: 400, medium: 600, large: 800, 'x-large': 968 }, defaultValue: 'medium' };