UNPKG

@ngx-gallery/core

Version:

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

6 lines (5 loc) 233 B
import { GalleryState } from '../models/gallery.model'; import { GalleryConfig } from '../models/config.model'; /** Initial state */ export declare const defaultState: GalleryState; export declare const defaultConfig: GalleryConfig;