igniteui-react-core
Version:
Ignite UI React Core.
8 lines (7 loc) • 474 B
TypeScript
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>;
}