UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 442 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 } /** * @hidden */ export declare let CodeGenerationLibraryItemPlatform_$type: Type;