UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 342 B
import { ToolActionDescription } from "./ToolActionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionTextInputDescription extends ToolActionDescription { static $t: Type; protected get_type(): string; constructor(); private d2; get value(): string; set value(a: string); }