UNPKG

@cbinsights/fds

Version:
5 lines (4 loc) 243 B
import { ValueContainerProps } from 'react-select'; import { OptionProps } from '..'; declare const CustomValueContainer: ({ children, ...props }: ValueContainerProps<OptionProps, boolean>) => JSX.Element; export default CustomValueContainer;