UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 233 B
import { Type } from "./type"; export declare enum ToolCommandStateType { VisibilityChanged = 0, IsDisabledChanged = 1, ValueChanged = 2 } /** * @hidden */ export declare let ToolCommandStateType_$type: Type;