UNPKG

react-bootstrap-typeahead

Version:
9 lines (8 loc) 235 B
import { AllowNew, Option } from '../types'; interface Props { allowNew: AllowNew; highlightOnlyResult: boolean; results: Option[]; } declare function getIsOnlyResult(props: Props): boolean; export default getIsOnlyResult;