UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

6 lines (5 loc) 166 B
import { IgrGroupByKey } from "./igr-group-by-key"; export interface IgrGroupByExpandState { expanded?: boolean | string; hierarchy?: IgrGroupByKey[]; }