choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
24 lines (19 loc) • 499 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Size", {
enumerable: true,
get: function get() {
return _enum.Size;
}
});
exports.WaitType = void 0;
var _enum = require("../../../lib/_util/enum");
var WaitType;
exports.WaitType = WaitType;
(function (WaitType) {
WaitType["throttle"] = "throttle";
WaitType["debounce"] = "debounce";
})(WaitType || (exports.WaitType = WaitType = {}));
//# sourceMappingURL=enum.js.map