@visactor/vtable
Version:
canvas table width high performance
30 lines (27 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.listTableDeleteRecords = exports.listTableChangeCellValuesByRanges = exports.listTableChangeCellValues = exports.listTableChangeCellValue = void 0;
var record_helper_1 = require("./record-helper");
Object.defineProperty(exports, "listTableChangeCellValue", {
enumerable: !0,
get: function() {
return record_helper_1.listTableChangeCellValue;
}
}), Object.defineProperty(exports, "listTableChangeCellValues", {
enumerable: !0,
get: function() {
return record_helper_1.listTableChangeCellValues;
}
}), Object.defineProperty(exports, "listTableChangeCellValuesByRanges", {
enumerable: !0,
get: function() {
return record_helper_1.listTableChangeCellValuesByRanges;
}
}), Object.defineProperty(exports, "listTableDeleteRecords", {
enumerable: !0,
get: function() {
return record_helper_1.listTableDeleteRecords;
}
});
//# sourceMappingURL=index.js.map