UNPKG

@mui/x-data-grid

Version:

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

5 lines 130 B
import { GridRowId } from "../gridRows.js"; export interface GridRowSelectionCheckboxParams { value: boolean; id: GridRowId; }