import React, {FC} from 'react'; import {InputProps, components as RS} from 'react-select'; import {DropdownInputStyle as S} from './dropdown-input.style'; export const DropdownInputComponent: FC = (props) => { return ( ); };