choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
15 lines (12 loc) • 447 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TableAutoHeightType = void 0;
var TableAutoHeightType;
exports.TableAutoHeightType = TableAutoHeightType;
(function (TableAutoHeightType) {
TableAutoHeightType["maxHeight"] = "maxHeight";
TableAutoHeightType["minHeight"] = "minHeight";
})(TableAutoHeightType || (exports.TableAutoHeightType = TableAutoHeightType = {}));
//# sourceMappingURL=enum.js.map
;