UNPKG

@mui/x-data-grid-pro

Version:

The Pro plan edition of the MUI X Data Grid components.

4 lines 535 B
import type { RefObject } from '@mui/x-internals/types'; import type { DataGridProProcessedProps } from "../../../models/dataGridProProps.js"; import type { GridPrivateApiPro } from "../../../models/gridApiPro.js"; export declare const useGridDataSourceTreeDataPreProcessors: (privateApiRef: RefObject<GridPrivateApiPro>, props: Pick<DataGridProProcessedProps, 'treeData' | 'groupingColDef' | 'disableChildrenSorting' | 'disableChildrenFiltering' | 'defaultGroupingExpansionDepth' | 'isGroupExpandedByDefault' | 'dataSource'>) => void;