igniteui-react-core
Version:
Ignite UI React Core.
7 lines (6 loc) • 325 B
TypeScript
import { IgCollection } from './IgCollection';
import { SyncableObservableCollection$2 } from './SyncableObservableCollection$2';
export declare class IgrContentChildCollection extends IgCollection<any, any> {
constructor(list?: any[]);
protected _createInnerColl(): SyncableObservableCollection$2<any, any>;
}