UNPKG

@mui/x-data-grid

Version:

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

6 lines 284 B
import { GridRowsInternalCache } from "../hooks/features/rows/gridRowsInterfaces.js"; import { GridRowsMetaInternalCache } from "../hooks/features/rows/gridRowsMetaInterfaces.js"; export interface GridApiCaches { rows: GridRowsInternalCache; rowsMeta: GridRowsMetaInternalCache; }