import React from 'react'; // value: ?ID, options: Map, onChange: ID => null, onClick: event => void, placeholder?: string export function SelectInput({ value, options, onChange, onClick }) { return ( ); }