@twogate/ngx-photo-gallery
Version:
PhotoGallery library for Angular based on [PhotoSwipe](http://photoswipe.com/).
9 lines (8 loc) • 374 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LightboxComponent {
element: ElementRef;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<LightboxComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LightboxComponent, "photo-gallery-lightbox", never, {}, {}, never, never, false, never>;
}