UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

10 lines (8 loc) 172 B
export interface IGroupByExpandState { expanded: boolean; hierarchy: Array<IGroupByKey>; } export interface IGroupByKey { fieldName: string; value: any; }