UNPKG

@mui/x-data-grid-premium

Version:

The Premium plan edition of the MUI X Data Grid Components.

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