UNPKG

@cbinsights/fds

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