@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
9 lines (8 loc) • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VelcronImageRatios = void 0;
var VelcronImageRatios;
(function (VelcronImageRatios) {
VelcronImageRatios[VelcronImageRatios["square"] = 1] = "square";
VelcronImageRatios[VelcronImageRatios["landscape"] = 2] = "landscape";
})(VelcronImageRatios = exports.VelcronImageRatios || (exports.VelcronImageRatios = {}));