UNPKG

@mui/x-data-grid

Version:

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

7 lines 341 B
import { RefObject } from '@mui/x-internals/types'; import { GridApiCommon } from "../../models/index.js"; import { GridApiCommunity } from "../../models/api/gridApiCommunity.js"; /** * Hook that instantiate a [[GridApiRef]]. */ export declare const useGridApiRef: <Api extends GridApiCommon = GridApiCommunity>() => RefObject<Api | null>;