export type IxModalFixedSize = '360' | '480' | '600' | '720' | '840'; export type IxModalDynamicSize = 'full-width' | 'full-screen'; export type IxModalSize = IxModalFixedSize | IxModalDynamicSize;