UNPKG

nativescript-image-popup

Version:
8 lines (5 loc) 215 B
import { ImagePopupOptions } from "./classes"; export declare class ImagePopup { static localImagePopup(options: ImagePopupOptions | string) static networkImagePopup(options: ImagePopupOptions | string) }