UNPKG

@ks89/angular-modal-gallery

Version:
9 lines (8 loc) 221 B
/** * Interface `PlayConfig` to change the behaviour about auto-navigation for both modal gallery and carousel. */ export interface PlayConfig { autoPlay: boolean; interval: number; pauseOnHover: boolean; }