UNPKG

react-bootstrap-typeahead

Version:
4 lines (3 loc) 158 B
import type { LabelKey, Option } from '../types'; declare function getOptionLabel(option: Option, labelKey: LabelKey): string; export default getOptionLabel;