UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 275 B
import { Type } from "./type"; /** * @hidden */ export declare const enum JsonDictionaryValueType { NumberValue = 0, BooleanValue = 1, StringValue = 2, NullValue = 3 } /** * @hidden */ export declare let JsonDictionaryValueType_$type: Type;