UNPKG

react-bootstrap-typeahead

Version:
4 lines (3 loc) 184 B
import { Option, TypeaheadPropsAndState } from '../types'; declare function addCustomOption(results: Option[], props: TypeaheadPropsAndState): boolean; export default addCustomOption;