UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

5 lines (4 loc) 209 B
export { DELAY_MS_HIDE, DELAY_MS_SHOW } from '../../util/config'; export { ProfileCardLazy } from './lazyProfileCard'; import ProfileCardTrigger from './ProfileCardTrigger'; export default ProfileCardTrigger;