UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

4 lines 354 B
import { ResponsiveMode } from '../../utilities/decorators/withResponsiveMode'; export { SelectableOptionMenuItemType as DropdownMenuItemType } from '../../utilities/selectableOption/SelectableOption.types'; export { ResponsiveMode }; // Exported because the type is an optional prop and not exported otherwise. //# sourceMappingURL=Dropdown.types.js.map