ur-ui-kit-tm
Version:
unlimited robotics ui kit
15 lines (14 loc) • 517 B
JavaScript
export var TextColorEnum;
(function (TextColorEnum) {
TextColorEnum["LightBlue"] = "light_blue";
TextColorEnum["Green"] = "green";
TextColorEnum["Red"] = "red";
TextColorEnum["Black"] = "black";
})(TextColorEnum || (TextColorEnum = {}));
export var TextTypeEnum;
(function (TextTypeEnum) {
TextTypeEnum["Title"] = "title";
TextTypeEnum["Subtitle"] = "subtitle";
TextTypeEnum["Normal"] = "normal";
TextTypeEnum["Small"] = "small";
})(TextTypeEnum || (TextTypeEnum = {}));