UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

7 lines (6 loc) 325 B
import { IgCollection } from './IgCollection'; import { SyncableObservableCollection$2 } from './SyncableObservableCollection$2'; export declare class IgxContentChildCollection extends IgCollection<any, any> { constructor(list?: any[]); protected _createInnerColl(): SyncableObservableCollection$2<any, any>; }