UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

8 lines (7 loc) 305 B
import { IgrGroupingExpression } from "./igr-grouping-expression"; import { IgrGroupByExpandState } from "./igr-group-by-expand-state"; export interface IgrGroupingState { expressions?: IgrGroupingExpression[]; expansion?: IgrGroupByExpandState[]; defaultExpanded?: boolean | string; }