UNPKG

@mui/x-data-grid

Version:

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

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