UNPKG

nativescript-image-popup

Version:
13 lines 521 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ImagePopupOptions = (function () { function ImagePopupOptions() { } return ImagePopupOptions; }()); exports.ImagePopupOptions = ImagePopupOptions; var ImagePopupBackgroundColors; (function (ImagePopupBackgroundColors) { ImagePopupBackgroundColors["TRANSPARENT"] = "#00ffffff"; })(ImagePopupBackgroundColors = exports.ImagePopupBackgroundColors || (exports.ImagePopupBackgroundColors = {})); //# sourceMappingURL=index.js.map