office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
12 lines (10 loc) • 646 B
JavaScript
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
;