UNPKG

igniteui-react-core

Version:
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;