UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 931 B
/* 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 "./type"; export var Stretch = /*@__PURE__*/ (function (Stretch) { Stretch[Stretch["None"] = 0] = "None"; Stretch[Stretch["Fill"] = 1] = "Fill"; Stretch[Stretch["Uniform"] = 2] = "Uniform"; Stretch[Stretch["UniformToFill"] = 3] = "UniformToFill"; return Stretch; })({}); /** * @hidden */ export let Stretch_$type = /*@__PURE__*/ markEnum('Stretch', 'None,0|Fill,1|Uniform,2|UniformToFill,3');