UNPKG

ur-ui-kit-tm

Version:
15 lines (14 loc) 517 B
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 = {}));