UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 305 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class ToolCommandArgument extends Base { static $t: Type; private _argumentName; get argumentName(): string; set argumentName(a: string); private _value; get value(): any; set value(a: any); }