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