@visactor/vtable
Version:
canvas table width high performance
17 lines (12 loc) • 373 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.GroupElement = void 0;
const container_1 = require("./container");
class GroupElement extends container_1.Container {
constructor(option) {
option.flexWrap = "nowrap", super(option);
}
}
exports.GroupElement = GroupElement;
//# sourceMappingURL=group-element.js.map