UNPKG

react-bootstrap-typeahead

Version:
11 lines (10 loc) 261 B
import { LabelKey, Option } from '../types'; interface Props { activeItem?: Option; labelKey: LabelKey; multiple: boolean; selected: Option[]; text: string; } declare function getInputText(props: Props): string; export default getInputText;