UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

7 lines 253 B
import { createRootSelector } from "../../../utils/createSelector.js"; /** * Get the list column definition * @category List View * @ignore - Do not document */ export const gridListColumnSelector = createRootSelector(state => state.listViewColumn);