UNPKG

@mui/x-data-grid

Version:

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

4 lines 341 B
import * as React from 'react'; import type { GridRowCheckboxProps } from "../../models/gridSlotsComponentsProps.js"; declare const GridRowCheckbox: React.ForwardRefExoticComponent<GridRowCheckboxProps> | React.ForwardRefExoticComponent<Omit<GridRowCheckboxProps, "ref"> & React.RefAttributes<HTMLButtonElement>>; export { GridRowCheckbox };