UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

6 lines (5 loc) 158 B
import * as React from 'react'; /** * The ref type of the inner grid root container. */ export type GridRootContainerRef = React.RefObject<HTMLDivElement>;