igniteui-react-inputs
Version:
Ignite UI React input components.
18 lines (17 loc) • 1.08 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { markEnum } from "igniteui-react-core";
export var MultiSliderOrientation = /*@__PURE__*/ (function (MultiSliderOrientation) {
MultiSliderOrientation[MultiSliderOrientation["Horizontal"] = 0] = "Horizontal";
MultiSliderOrientation[MultiSliderOrientation["Vertical"] = 1] = "Vertical";
MultiSliderOrientation[MultiSliderOrientation["TwoDimensional"] = 2] = "TwoDimensional";
return MultiSliderOrientation;
})({});
/**
* @hidden
*/
export var MultiSliderOrientation_$type = /*@__PURE__*/ markEnum('MultiSliderOrientation', 'Horizontal,0|Vertical,1|TwoDimensional,2');