UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

9 lines (8 loc) 501 B
import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; import { RowIsland as RowIsland_internal } from './RowIsland'; import { IgrRowIsland as IgrRowIsland } from './igr-row-island'; export declare class IgrRowIslandCollection extends IgCollection<IgrRowIsland, RowIsland_internal> { constructor(list?: IgrRowIsland[]); protected _createInnerColl(): SyncableObservableCollection$2<IgrRowIsland, RowIsland_internal>; }