UNPKG

@ks89/angular-modal-gallery

Version:
9 lines (8 loc) 200 B
/** * Interface `MaxSize` to configure the size based on max-width and max-height. * They can be pixels, percentages. */ export interface MaxSize { maxWidth?: string; maxHeight?: string; }