UNPKG

@ks89/angular-modal-gallery

Version:
7 lines (6 loc) 107 B
/** * Interface `DotsConfig` to show/hide dots. */ export interface DotsConfig { visible: boolean; }