UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 226 B
import { Type } from "./type"; export declare enum NativeUIElementFactoryFlavor { None = 0, NativePlatform = 1, XPlat = 2 } /** * @hidden */ export declare let NativeUIElementFactoryFlavor_$type: Type;