UNPKG

@mui/x-data-grid

Version:

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

4 lines 140 B
export interface GridPinnedRowsProps { position: 'top' | 'bottom'; } export declare function GridPinnedRows(_: GridPinnedRowsProps): null;