constant.js 244 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.STATE_LIST = void 0;
  4. // 混合样式状态
  5. exports.STATE_LIST = ['default', 'active', 'selected', 'disabled', 'inactive'];
  6. //# sourceMappingURL=constant.js.map