UNPKG

react-bootstrap-typeahead

Version:
5 lines (4 loc) 176 B
import { DEFAULT_LABELKEY } from '../constants'; export default function getStringLabelKey(labelKey) { return typeof labelKey === 'string' ? labelKey : DEFAULT_LABELKEY; }