UNPKG

403 BJavaScriptView Raw
1export { Size } from '../../../es/_util/enum';
2export var WaitType;
3
4(function (WaitType) {
5 WaitType["throttle"] = "throttle";
6 WaitType["debounce"] = "debounce";
7})(WaitType || (WaitType = {}));
8
9export var Tooltip;
10
11(function (Tooltip) {
12 Tooltip["none"] = "none";
13 Tooltip["always"] = "always";
14 Tooltip["overflow"] = "overflow";
15})(Tooltip || (Tooltip = {}));
16//# sourceMappingURL=enum.js.map