UNPKG

react-bootstrap-typeahead

Version:
10 lines (8 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getDisplayName; function getDisplayName(Component) { return Component.displayName || Component.name || 'Component'; }