UNPKG

custom-lightbox

Version:

custom-lightbox

16 lines (15 loc) 427 B
export declare class LightboxConfig { fadeDuration: number; resizeDuration: number; fitImageInViewPort: boolean; positionFromTop: number; showImageNumberLabel: boolean; alwaysShowNavOnTouchDevices: boolean; wrapAround: boolean; disableKeyboardNav: boolean; disableScrolling: boolean; centerVertically: boolean; enableTransition: boolean; albumLabel: string; constructor(); }