UNPKG

react-bootstrap-typeahead-portal

Version:
10 lines (8 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getMenuItemId; function getMenuItemId(id, position) { return "".concat(id || '', "-item-").concat(position); }