UNPKG

react-bootstrap-typeahead

Version:
10 lines (9 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getStringLabelKey; var _constants = require("../constants"); function getStringLabelKey(labelKey) { return typeof labelKey === 'string' ? labelKey : _constants.DEFAULT_LABELKEY; }