@aurigma/design-atoms-interfaces
Version:
10 lines (9 loc) • 475 B
JavaScript
export var ProductCommand;
(function (ProductCommand) {
ProductCommand["rotateProduct"] = "rotateProduct";
ProductCommand["replaceInterpolationPlaceholders"] = "replaceInterpolationPlaceholders";
ProductCommand["changeBackground"] = "changeBackground";
ProductCommand["applyProductTheme"] = "applyProductTheme";
ProductCommand["fillPlaceholders"] = "fillPlaceholders";
ProductCommand["resize"] = "resize";
})(ProductCommand || (ProductCommand = {}));