UNPKG

@mui/x-data-grid-pro

Version:

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

3 lines 190 B
import type { RefObject } from '@mui/x-internals/types'; import type { GridApiPro } from "../../models/gridApiPro.js"; export declare const useGridApiRef: () => RefObject<GridApiPro | null>;