@crystalui/angular-lightbox
Version:
Angular library for viewing images in a pop-up window with touch screen support.
19 lines (18 loc) • 495 B
TypeScript
export declare const DefaultProperties: {
loop: boolean;
index: number;
counter: boolean;
imageMaxHeight: string;
imageMaxWidth: string;
animationDuration: number;
animationMode: string;
animationTimingFunction: string;
closeButtonText: string;
counterSeparator: string;
disable: boolean;
simpleMode: boolean;
backgroundColor: string;
backgroundOpacity: number;
hideThumbnail: boolean;
gestureEnable: boolean;
};