UNPKG

igniteui-react-core

Version:
15 lines (14 loc) 280 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIComponentHorizontalAlignment { Left = 0, Center = 1, Right = 2, Stretch = 3 } /** * @hidden */ export declare let NativeUIComponentHorizontalAlignment_$type: Type;