@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
7 lines • 357 B
JavaScript
var GridPreferencePanelsValue = /*#__PURE__*/function (GridPreferencePanelsValue) {
GridPreferencePanelsValue["filters"] = "filters";
GridPreferencePanelsValue["columns"] = "columns";
GridPreferencePanelsValue["aiAssistant"] = "aiAssistant";
return GridPreferencePanelsValue;
}(GridPreferencePanelsValue || {});
export { GridPreferencePanelsValue };