@visactor/vtable
Version:
canvas table width high performance
14 lines (9 loc) • 404 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.ListTableSimple = void 0;
const ListTable_1 = require("./ListTable"), cell_type_1 = require("./scenegraph/group-creater/cell-type");
(0, cell_type_1.registerTextCell)();
class ListTableSimple extends ListTable_1.ListTable {}
exports.ListTableSimple = ListTableSimple;
//# sourceMappingURL=ListTable-simple.js.map