UNPKG

@mui/x-data-grid

Version:

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

4 lines 372 B
import type { RefObject } from '@mui/x-internals/types'; import type { DataGridProcessedProps } from "../../../models/props/DataGridProps.mjs"; import type { GridPrivateApiCommunity } from "../../../models/api/gridApiCommunity.mjs"; export declare const useGridRowSelectionPreProcessors: (apiRef: RefObject<GridPrivateApiCommunity>, props: DataGridProcessedProps) => void;