UNPKG

@mui/x-data-grid

Version:

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

15 lines (14 loc) 407 B
/// <reference types="react" /> interface GridColumnGroupHeaderProps { groupId: string | null; width: number; fields: string[]; colIndex: number; isLastColumn: boolean; extendRowFullWidth: boolean; depth: number; maxDepth: number; height: number; } declare function GridColumnGroupHeader(props: GridColumnGroupHeaderProps): JSX.Element; export { GridColumnGroupHeader };