UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

6 lines (5 loc) 482 B
import * as React from 'react'; import { GridRenderCellParams } from '../../models/params/gridCellParams'; declare const GridCellCheckboxForwardRef: React.ForwardRefExoticComponent<GridRenderCellParams<any, any, any> & React.RefAttributes<HTMLInputElement>>; export { GridCellCheckboxForwardRef }; export declare const GridCellCheckboxRenderer: React.MemoExoticComponent<React.ForwardRefExoticComponent<GridRenderCellParams<any, any, any> & React.RefAttributes<HTMLInputElement>>>;