UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

9 lines 365 B
export var OriginPointType; (function (OriginPointType) { OriginPointType["Left"] = "left"; OriginPointType["Right"] = "right"; OriginPointType["Top"] = "top"; OriginPointType["Bottom"] = "bottom"; OriginPointType["Center"] = "center"; })(OriginPointType || (OriginPointType = {})); //# sourceMappingURL=ItemsDataApplierInterfaces.js.map