UNPKG

@mui/x-data-grid

Version:

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

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