UNPKG

igniteui-react-core

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