UNPKG

@mui/x-data-grid

Version:

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

7 lines (6 loc) 277 B
import type { VirtualScroller } from '../hooks/features/virtualization/useGridVirtualScroller'; export interface GridPinnedRowsProps { position: 'top' | 'bottom'; virtualScroller: VirtualScroller; } export declare function GridPinnedRows(_: GridPinnedRowsProps): null;