UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 275 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIPopupPointerPosition { Auto = 0, Top = 1, Bottom = 2, Left = 3, Right = 4 } /** * @hidden */ export declare let NativeUIPopupPointerPosition_$type: Type;