UNPKG

lore-hook-connect

Version:

A lore hook that generates dialogs using Bootstrap

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