UNPKG

nativescript-image-popup

Version:
13 lines (12 loc) 301 B
export declare class ImagePopupOptions { path: string; width?: number; height?: number; backgroundColor?: string; fullScreen?: boolean; hideCloseIcon?: boolean; imageOnClickClose?: boolean; } export declare enum ImagePopupBackgroundColors { TRANSPARENT = "#00ffffff" }