UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 269 B
import { Base, Type } from "./type"; import { ToolCommandStateType } from "./ToolCommandStateType"; /** * @hidden */ export declare class ToolCommandStateChanged extends Base { static $t: Type; c: string; a: ToolCommandStateType; b: any; }