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