UNPKG

nativescript-image-popup

Version:
7 lines (6 loc) 265 B
import { ImagePopupOptions } from "./classes"; export declare class ImagePopup { static localImagePopup(options: ImagePopupOptions | string): void; static networkImagePopup(options: ImagePopupOptions | string): void; private static localImageProcess; }