@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) • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.messages = void 0;
var _reactIntl = require("react-intl");
var messages = exports.messages = (0, _reactIntl.defineMessages)({
agentAvatarLabel: {
id: 'ai-mate.agent-avatar-label',
defaultMessage: 'Agent avatar',
description: 'Accessible label for agent avatar img'
}
});