@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
11 lines (10 loc) • 419 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GridPreferencePanelsValue = void 0;
var GridPreferencePanelsValue = exports.GridPreferencePanelsValue = /*#__PURE__*/function (GridPreferencePanelsValue) {
GridPreferencePanelsValue["filters"] = "filters";
GridPreferencePanelsValue["columns"] = "columns";
return GridPreferencePanelsValue;
}(GridPreferencePanelsValue || {});
;