UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 276 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIComponentVerticalAlignment { Top = 0, Center = 1, Bottom = 2, Stretch = 3 } /** * @hidden */ export declare let NativeUIComponentVerticalAlignment_$type: Type;