@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
14 lines (13 loc) • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.linkMessages = void 0;
var _reactIntlNext = require("react-intl-next");
var linkMessages = exports.linkMessages = (0, _reactIntlNext.defineMessages)({
openLink: {
id: 'fabric.editor.openLink',
defaultMessage: 'Open link in a new tab',
description: 'Opens the link in a new tab'
}
});