UNPKG

@mui/x-data-grid

Version:

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

7 lines (6 loc) 283 B
import { GridRowsInternalCache } from '../hooks/features/rows/gridRowsInterfaces'; import { GridRowsMetaInternalCache } from '../hooks/features/rows/gridRowsMetaInterfaces'; export interface GridApiCaches { rows: GridRowsInternalCache; rowsMeta: GridRowsMetaInternalCache; }