UNPKG

igniteui-react-core

Version:
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;