UNPKG

@mui/x-data-grid

Version:

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

5 lines (4 loc) 293 B
import { RefObject } from '@mui/x-internals/types'; import { GridApiCommon } from '../../models/api/gridApiCommon'; import { GridApiCommunity } from '../../models/api/gridApiCommunity'; export declare function useGridApiContext<Api extends GridApiCommon = GridApiCommunity>(): RefObject<Api>;