UNPKG

@ngx-gallery/core

Version:

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

9 lines (8 loc) 290 B
import { EventEmitter } from '@angular/core'; import { GalleryState } from '../models/gallery.model'; import { GalleryConfig } from '../models/config.model'; export declare class GalleryDotsComponent { state: GalleryState; config: GalleryConfig; action: EventEmitter<number>; }