UNPKG

@mui/x-data-grid-pro

Version:

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

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