UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

14 lines (13 loc) 423 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)({ giveKudos: { id: 'team-profile-card.team-actions.give-kudos', defaultMessage: 'Give kudos', description: 'Button label text for giving kudos to a team in the profile actions' } });