UNPKG

@ngx-gallery/core

Version:

Angular gallery directive that hooks the lightbox with the images automatically.

9 lines (8 loc) 143 B
export interface SliderState { style: any; active: boolean; } export interface WorkerState { value: number; active: boolean; }