choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
17 lines (13 loc) • 403 B
JavaScript
export { Size } from '../../../es/_util/enum';
export var WaitType;
(function (WaitType) {
WaitType["throttle"] = "throttle";
WaitType["debounce"] = "debounce";
})(WaitType || (WaitType = {}));
export var Tooltip;
(function (Tooltip) {
Tooltip["none"] = "none";
Tooltip["always"] = "always";
Tooltip["overflow"] = "overflow";
})(Tooltip || (Tooltip = {}));
//# sourceMappingURL=enum.js.map