UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

14 lines (13 loc) 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.messages = void 0; var _reactIntlNext = require("react-intl-next"); var messages = exports.messages = (0, _reactIntlNext.defineMessages)({ showMoreIconLabel: { id: 'team-profile-card.team-actions.more-actions.show-more-icon-label', defaultMessage: 'Show more', description: 'Accessibility label for the show more icon in team profile actions menu' } });