@atlaskit/rovo-agent-components
Version:
This package host public components related to rovo agents, the components here are needed for other public atlaskit packages
8 lines • 334 B
JavaScript
import { defineMessages } from 'react-intl';
export var messages = 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'
}
});