UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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