UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 219 B
import { Type } from "./type"; export declare enum ToolCommandExecutionState { Completed = 0, Failed = 1, Pending = 2 } /** * @hidden */ export declare let ToolCommandExecutionState_$type: Type;