UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

9 lines (8 loc) 503 B
import { IgCollection } from "igniteui-webcomponents-core"; import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core"; import { CellKey as CellKey_internal } from './CellKey'; import { IgcCellKey as IgcCellKey } from './igc-cell-key'; export declare class IgcGridSelectedCellsCollection extends IgCollection<IgcCellKey, CellKey_internal> { constructor(list?: IgcCellKey[]); protected _createInnerColl(): SyncableObservableCollection$2<IgcCellKey, CellKey_internal>; }