UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 310 B
import { Type } from "./type"; export declare enum ToolContextValueType { Brush = 0, BrushCollection = 1, Color = 2, StringValue = 3, DoubleValue = 4, BoolValue = 5, IntValue = 6, Data = 7 } /** * @hidden */ export declare let ToolContextValueType_$type: Type;