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