UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines 482 B
export var SelectableOptionMenuItemType; (function (SelectableOptionMenuItemType) { SelectableOptionMenuItemType[SelectableOptionMenuItemType["Normal"] = 0] = "Normal"; SelectableOptionMenuItemType[SelectableOptionMenuItemType["Divider"] = 1] = "Divider"; SelectableOptionMenuItemType[SelectableOptionMenuItemType["Header"] = 2] = "Header"; })(SelectableOptionMenuItemType || (SelectableOptionMenuItemType = {})); //# sourceMappingURL=SelectableOption.types.js.map