esolution-nativescript-photoviewer
Version:
A simple Photo-viewer component for NativeScript based on NYTPhotoViewer pod for iOS and ImageGalleryViewer for Android.
10 lines • 403 B
JavaScript
export var PaletteType;
(function (PaletteType) {
PaletteType["Vibrant"] = "vibrant";
PaletteType["LightVibrant"] = "light_vibrant";
PaletteType["DarkVibrant"] = "dark_vibrant";
PaletteType["Muted"] = "muted";
PaletteType["LightMuted"] = "light_muted";
PaletteType["DarkMuted"] = "dark_muted";
})(PaletteType || (PaletteType = {}));
//# sourceMappingURL=photoviewer.common.js.map