UNPKG

@mui/x-data-grid-pro

Version:

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

8 lines 378 B
import * as React from 'react'; import { GridRenderCellParams } from '@mui/x-data-grid'; declare function GridRowReorderCell(params: GridRenderCellParams): React.JSX.Element | null; declare namespace GridRowReorderCell { var propTypes: any; } export { GridRowReorderCell }; export declare const renderRowReorderCell: (params: GridRenderCellParams) => React.JSX.Element | null;