UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

27 lines (26 loc) 511 B
import { Type } from "./type"; export declare enum CodeGenerationLibraryItemPlatform { Angular = 0, React = 1, WebComponents = 2, JQuery = 3, WPF = 4, WindowsForms = 5, Web = 6, AllWeb = 7, Desktop = 8, Win = 9, XPlat = 10, All = 11, Unknown = 12, DotNet = 13, Blazor = 14, Kotlin = 15, Android = 16, Swift = 17, iOS = 18 } /** * @hidden */ export declare let CodeGenerationLibraryItemPlatform_$type: Type;