UNPKG

@mui/x-data-grid

Version:

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

4 lines (3 loc) 209 B
import { RefObject } from '@mui/x-internals/types'; import { GridPrivateApiCommon } from '../../models/api/gridApiCommon'; export declare const useGridIsRtl: (apiRef: RefObject<GridPrivateApiCommon>) => void;