@mui/x-data-grid-pro
Version:
The Pro plan edition of the Data Grid components (MUI X).
9 lines (8 loc) • 381 B
TypeScript
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;