UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

4 lines (3 loc) 212 B
import * as React from 'react'; import { GridApiCommunity } from '../../../models/api/gridApiCommunity'; export declare const useGridRowsPreProcessors: (apiRef: React.MutableRefObject<GridApiCommunity>) => void;