UNPKG

@ks89/angular-modal-gallery

Version:
9 lines (8 loc) 193 B
/** * Interface `Size` to configure the size based on width and height. * They can be pixels, percentages or also 'auto'. */ export interface Size { width: string; height: string; }