UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

3 lines (2 loc) 213 B
export declare const DIALOG_SIZES: readonly ["auto", "extra-small", "small", "medium-small", "medium", "medium-large", "large", "extra-large", "maximise"]; export type DialogSizes = (typeof DIALOG_SIZES)[number];