UNPKG

@mui/x-data-grid-pro

Version:

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

8 lines (7 loc) 436 B
import { GridRowTreeConfig } from '@mui/x-data-grid'; export declare function skipFiltering(rowTree: GridRowTreeConfig): { filteredRowsLookup: Record<import("@mui/x-data-grid").GridRowId, boolean>; filteredChildrenCountLookup: Record<import("@mui/x-data-grid").GridRowId, number>; filteredDescendantCountLookup: {}; }; export declare function skipSorting(rowTree: GridRowTreeConfig): import("@mui/x-data-grid").GridRowId[];