@atlaskit/rovo-agent-components
Version:
This package host public components related to rovo agents, the components here are needed for other public atlaskit packages
14 lines (13 loc) • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.messages = void 0;
var _reactIntl = require("react-intl");
var messages = exports.messages = (0, _reactIntl.defineMessages)({
starredCount: {
id: 'ai-mate.agent-profile-info.starred-count',
defaultMessage: '{starCount} {starCount, plural, one {user} other {users}}',
description: 'Text showing the number of times an agent has been favourited or starred'
}
});