UNPKG

@mui/x-data-grid

Version:

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

5 lines 175 B
import { RowsMetaState } from '@mui/x-virtualizer/models'; /** * The grid rows total height and row positions. */ export interface GridRowsMetaState extends RowsMetaState {}