UNPKG

@mui/x-data-grid

Version:

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

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