UNPKG

@mui/x-data-grid

Version:

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

7 lines 238 B
import * as React from 'react'; import { GridColDef } from "../../../models/colDef/gridColDef.js"; export interface GridColumnMenuItemProps { colDef: GridColDef; onClick: (event: React.MouseEvent<any>) => void; [key: string]: any; }