UNPKG

@mui/x-data-grid

Version:

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

7 lines (6 loc) 277 B
import { GridRowsInternalCache } from '../hooks/features/rows/gridRowsState'; import { GridColumnsInternalCache } from '../hooks/features/columns/gridColumnsInterfaces'; export interface GridApiCaches { rows: GridRowsInternalCache; columns: GridColumnsInternalCache; }