@visactor/vtable-gantt
Version:
canvas table width high performance
10 lines (8 loc) • 406 B
JavaScript
;
var InteractionState;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.InteractionState = void 0, function(InteractionState) {
InteractionState.default = "default", InteractionState.grabing = "grabing", InteractionState.scrolling = "scrolling";
}(InteractionState = exports.InteractionState || (exports.InteractionState = {}));
//# sourceMappingURL=common.js.map