import CreatableSelect from 'react-select/creatable'; export default ({ options }: any) => ( <CreatableSelect isMulti options={options} /> );