office-ui-fabric-react
Version: 
Reusable React components for building experiences for Office 365.
14 lines (12 loc) • 747 B
JavaScript
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    var SwatchColorPickerItemType;
    (function (SwatchColorPickerItemType) {
        SwatchColorPickerItemType[SwatchColorPickerItemType["Cell"] = 0] = "Cell";
        SwatchColorPickerItemType[SwatchColorPickerItemType["MenuItem"] = 1] = "MenuItem";
        SwatchColorPickerItemType[SwatchColorPickerItemType["Divider"] = 2] = "Divider";
        SwatchColorPickerItemType[SwatchColorPickerItemType["Header"] = 3] = "Header";
    })(SwatchColorPickerItemType = exports.SwatchColorPickerItemType || (exports.SwatchColorPickerItemType = {}));
});
//# sourceMappingURL=SwatchColorPicker.Props.js.map