import React, {FC} from 'react'; import {ValueContainerProps} from 'react-select'; import {components as RS} from 'react-select'; import {DropdownValueContainer as S} from './dropdown-value-container.style'; export const DropdownValueContainerComponent: FC = ( props, ) => { return ( ); };