UNPKG

@cbinsights/fds

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