UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 230 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIAlignItems { Normal = 0, Center = 1, Stretch = 2 } /** * @hidden */ export declare let NativeUIAlignItems_$type: Type;