@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
4 lines • 315 B
text/typescript
import type { RefObject } from '@mui/x-internals/types';
import type { GridApiCommon } from "../../models/api/gridApiCommon.mjs";
import type { GridApiCommunity } from "../../models/api/gridApiCommunity.mjs";
export declare function useGridApiContext<Api extends GridApiCommon = GridApiCommunity>(): RefObject<Api>;