office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
11 lines • 690 B
JavaScript
define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var SelectableOptionMenuItemType;
(function (SelectableOptionMenuItemType) {
SelectableOptionMenuItemType[SelectableOptionMenuItemType["Normal"] = 0] = "Normal";
SelectableOptionMenuItemType[SelectableOptionMenuItemType["Divider"] = 1] = "Divider";
SelectableOptionMenuItemType[SelectableOptionMenuItemType["Header"] = 2] = "Header";
})(SelectableOptionMenuItemType = exports.SelectableOptionMenuItemType || (exports.SelectableOptionMenuItemType = {}));
});
//# sourceMappingURL=SelectableOption.types.js.map