UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 257 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUISliderOrientation { Horizontal = 0, Vertical = 1, TwoDimensional = 2 } /** * @hidden */ export declare let NativeUISliderOrientation_$type: Type;