@mui/x-data-grid
Version:
The community edition of the data grid component (MUI X).
13 lines (11 loc) • 465 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GridPreferencePanelsValue = void 0;
var GridPreferencePanelsValue;
exports.GridPreferencePanelsValue = GridPreferencePanelsValue;
(function (GridPreferencePanelsValue) {
GridPreferencePanelsValue["filters"] = "filters";
GridPreferencePanelsValue["columns"] = "columns";
})(GridPreferencePanelsValue || (exports.GridPreferencePanelsValue = GridPreferencePanelsValue = {}));