UNPKG

@atlaskit/editor-plugin-extension

Version:

editor-plugin-extension plugin for @atlaskit/editor-core

12 lines 382 B
import React from 'react'; import Link from '@atlaskit/link'; export var HelpLink = function HelpLink(_ref) { var documentationUrl = _ref.documentationUrl, label = _ref.label; return /*#__PURE__*/React.createElement(Link, { target: "_blank", rel: "noopener noreferrer", href: documentationUrl, testId: "config-panel-header-documentation-link" }, label); };