igniteui-react-grids
Version:
Ignite UI React grid components.
19 lines (18 loc) • 1.2 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 TextIconSetBuiltInTypes = /*@__PURE__*/ (function (TextIconSetBuiltInTypes) {
TextIconSetBuiltInTypes[TextIconSetBuiltInTypes["ThreeArrows"] = 0] = "ThreeArrows";
TextIconSetBuiltInTypes[TextIconSetBuiltInTypes["CheckOrDashOrX"] = 1] = "CheckOrDashOrX";
TextIconSetBuiltInTypes[TextIconSetBuiltInTypes["ThreeBoxes"] = 2] = "ThreeBoxes";
TextIconSetBuiltInTypes[TextIconSetBuiltInTypes["ThreeFaces"] = 3] = "ThreeFaces";
return TextIconSetBuiltInTypes;
})({});
/**
* @hidden
*/
export let TextIconSetBuiltInTypes_$type = /*@__PURE__*/ markEnum('TextIconSetBuiltInTypes', 'ThreeArrows,0|CheckOrDashOrX,1|ThreeBoxes,2|ThreeFaces,3');