@aurigma/design-atoms
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
8 lines • 344 B
JavaScript
export var InputHandlerType;
(function (InputHandlerType) {
InputHandlerType["Default"] = "Default";
InputHandlerType["Create"] = "Create";
InputHandlerType["SelectPixel"] = "SelectPixel";
InputHandlerType["Locked"] = "Locked";
})(InputHandlerType || (InputHandlerType = {}));
//# sourceMappingURL=InputHandlerType.js.map