UNPKG

@mui/x-data-grid

Version:

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

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