@aurigma/design-atoms
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
6 lines • 382 B
JavaScript
export var InteractiveZoneLabelPosition;
(function (InteractiveZoneLabelPosition) {
InteractiveZoneLabelPosition[InteractiveZoneLabelPosition["outside"] = 0] = "outside";
InteractiveZoneLabelPosition[InteractiveZoneLabelPosition["inside"] = 1] = "inside";
})(InteractiveZoneLabelPosition || (InteractiveZoneLabelPosition = {}));
//# sourceMappingURL=ICanvasStyle.js.map