UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 260 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIPopupDirection { Auto = 0, Down = 1, Up = 2, Left = 3, Right = 4 } /** * @hidden */ export declare let NativeUIPopupDirection_$type: Type;