import type { Option } from '../../types' const renderOption = (option: Option) => option.text export default renderOption