UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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); }