type DropdownProps = { expanded: boolean, value: string | number, options: { [optionValue: string | number]: string | React$Element }, }; const Dropdown = props => (