igniteui-react-core
Version:
Ignite UI React Core.
11 lines (10 loc) • 335 B
TypeScript
import { ObservableCollection$1 } from "./ObservableCollection$1";
import { ToolCommandArgument } from "./ToolCommandArgument";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolCommandArgumentCollection extends ObservableCollection$1<ToolCommandArgument> {
static $t: Type;
constructor();
}