UNPKG

react-bootstrap-typeahead-tabindex

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