UNPKG

@mui/x-data-grid-premium

Version:

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

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