UNPKG

@mui/x-data-grid

Version:

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

4 lines (3 loc) 233 B
import { RefObject } from '@mui/x-internals/types'; import { GridPrivateApiCommunity } from '../../../models/api/gridApiCommunity'; export declare const useGridRowsPreProcessors: (apiRef: RefObject<GridPrivateApiCommunity>) => void;