action.enum.js 234 B

123456
  1. export var ButtonTypeEnum;
  2. (function (ButtonTypeEnum) {
  3. ButtonTypeEnum["PRIMARY"] = "primary";
  4. ButtonTypeEnum["SECONDARY"] = "secondary";
  5. ButtonTypeEnum["CLICKED"] = "clicked";
  6. })(ButtonTypeEnum || (ButtonTypeEnum = {}));