@mui/x-data-grid-pro
Version:
The Pro plan edition of the MUI X Data Grid components.
7 lines • 390 B
TypeScript
import { GridRenderCellParams } from '@mui/x-data-grid';
declare function GridRowReorderCell(params: GridRenderCellParams): import("react/jsx-runtime").JSX.Element | null;
declare namespace GridRowReorderCell {
var propTypes: any;
}
export { GridRowReorderCell };
export declare const renderRowReorderCell: (params: GridRenderCellParams) => import("react/jsx-runtime").JSX.Element | null;