UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

10 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.waitForCellMounted = void 0; function waitForCellMounted(cb) { Promise.resolve().then(() => { cb(); }); } exports.waitForCellMounted = waitForCellMounted; //# sourceMappingURL=schedule.js.map