UNPKG

@atlaskit/rovo-agent-components

Version:

This package host public components related to rovo agents, the components here are needed for other public atlaskit packages

15 lines (14 loc) 589 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactIntl = require("react-intl"); var message = (0, _reactIntl.defineMessages)({ copyAgentLinkLabel: { id: 'rovo-chat.browse-agents.copy-agent-label', defaultMessage: 'Copy link to {agentName}', description: "Button label/aria label for copying agent link to clipboard. When clicked, copies the agent's URL to clipboard. The {agentName} placeholder is replaced with the agent's name for unique accessible labels." } }); var _default = exports.default = message;