UNPKG

@mui/x-data-grid

Version:

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

5 lines (4 loc) 151 B
import { GridRowsInternalCache } from '../hooks/features/rows/gridRowsInterfaces'; export interface GridApiCaches { rows: GridRowsInternalCache; }