@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
8 lines (7 loc) • 326 B
TypeScript
import * as React from 'react';
import { GridApiCommon } from '../../models';
import { GridApiCommunity } from '../../models/api/gridApiCommunity';
/**
* Hook that instantiate a [[GridApiRef]].
*/
export declare const useGridApiRef: <Api extends GridApiCommon<any, any> = GridApiCommunity>() => React.MutableRefObject<Api>;