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