nativescript-image-popup
Version:
Image Popup plugin for NativeScript.
13 lines • 521 B
JavaScript
;
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