@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
12 lines (11 loc) • 479 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";
GridPreferencePanelsValue["aiAssistant"] = "aiAssistant";
return GridPreferencePanelsValue;
}(GridPreferencePanelsValue || {});
;