UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

7 lines (6 loc) 322 B
import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; export declare class IgrGridSelectedItemsCollection extends IgCollection<any, any> { constructor(list?: any[]); protected _createInnerColl(): SyncableObservableCollection$2<any, any>; }