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