UNPKG

igniteui-react-core

Version:
8 lines (7 loc) 474 B
import { IgCollection } from './IgCollection'; import { SyncableObservableCollection$2 } from './SyncableObservableCollection$2'; import { ToolCommandArgument } from './ToolCommandArgument'; export declare class IgrToolCommandArgumentCollection extends IgCollection<ToolCommandArgument, ToolCommandArgument> { constructor(list?: ToolCommandArgument[]); protected _createInnerColl(): SyncableObservableCollection$2<ToolCommandArgument, ToolCommandArgument>; }