UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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