UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 282 B
import { Type } from "./type"; /** * @hidden */ export declare const enum CodeGenerationSpecialValueType { FontFamily = 0, FontStyles = 1, FontWeights = 2, Color = 3 } /** * @hidden */ export declare let CodeGenerationSpecialValueType_$type: Type;