UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

5 lines 193 B
import { lazy } from 'react'; export var ProfileCardLazy = /*#__PURE__*/lazy(function () { return import( /* webpackChunkName: "@atlaskit-internal_lazy-profilecard" */ './ProfileCard'); });