@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
22 lines (21 loc) • 1.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShapeDividerTypes = exports.ShapeDividerPositions = void 0;
var ShapeDividerPositions;
(function (ShapeDividerPositions) {
ShapeDividerPositions[ShapeDividerPositions["top"] = 0] = "top";
ShapeDividerPositions[ShapeDividerPositions["bottom"] = 1] = "bottom";
})(ShapeDividerPositions = exports.ShapeDividerPositions || (exports.ShapeDividerPositions = {}));
var ShapeDividerTypes;
(function (ShapeDividerTypes) {
ShapeDividerTypes[ShapeDividerTypes["waves"] = 0] = "waves";
ShapeDividerTypes[ShapeDividerTypes["wavesOpacity"] = 1] = "wavesOpacity";
ShapeDividerTypes[ShapeDividerTypes["curve"] = 2] = "curve";
ShapeDividerTypes[ShapeDividerTypes["curveAsymentrical"] = 3] = "curveAsymentrical";
ShapeDividerTypes[ShapeDividerTypes["triangle"] = 4] = "triangle";
ShapeDividerTypes[ShapeDividerTypes["triangleAsymentrical"] = 5] = "triangleAsymentrical";
ShapeDividerTypes[ShapeDividerTypes["tilt"] = 6] = "tilt";
ShapeDividerTypes[ShapeDividerTypes["arrow"] = 7] = "arrow";
ShapeDividerTypes[ShapeDividerTypes["split"] = 8] = "split";
ShapeDividerTypes[ShapeDividerTypes["book"] = 9] = "book";
})(ShapeDividerTypes = exports.ShapeDividerTypes || (exports.ShapeDividerTypes = {}));