@aurigma/design-atoms-interfaces
Version:
9 lines (8 loc) • 392 B
JavaScript
export var RotationType;
(function (RotationType) {
RotationType[RotationType["None"] = 0] = "None";
RotationType[RotationType["Rotate90"] = 90] = "Rotate90";
RotationType[RotationType["Rotate180"] = 180] = "Rotate180";
RotationType[RotationType["Rotate270"] = 270] = "Rotate270";
RotationType[RotationType["Auto"] = -1] = "Auto";
})(RotationType || (RotationType = {}));