UNPKG

@cbinsights/fds

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