UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 247 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIPopupAlignment { Auto = 0, Near = 1, Far = 2, Middle = 3 } /** * @hidden */ export declare let NativeUIPopupAlignment_$type: Type;