UNPKG

react-bootstrap-typeahead

Version:
10 lines (9 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getDisplayName; // eslint-disable-next-line @typescript-eslint/no-explicit-any function getDisplayName(Component) { return Component.displayName || Component.name || 'Component'; }