UNPKG

igniteui-react-core

Version:
13 lines (12 loc) 332 B
import { ToolCommandStateType } from "./ToolCommandStateType"; import { Type } from "./type"; /** * @hidden */ export interface ICommandStateChangedListener { onCommandStateChanged(a: string, b: ToolCommandStateType, c: any): void; } /** * @hidden */ export declare let ICommandStateChangedListener_$type: Type;