UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

9 lines (8 loc) 575 B
import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; import { PrimaryKeyValue as PrimaryKeyValue_internal } from './PrimaryKeyValue'; import { IgrPrimaryKeyValue as IgrPrimaryKeyValue } from './igr-primary-key-value'; export declare class IgrGridSelectedKeysCollection extends IgCollection<IgrPrimaryKeyValue, PrimaryKeyValue_internal> { constructor(list?: IgrPrimaryKeyValue[]); protected _createInnerColl(): SyncableObservableCollection$2<IgrPrimaryKeyValue, PrimaryKeyValue_internal>; }