UNPKG

@atlaskit/renderer

Version:
19 lines (18 loc) 743 B
/* link-compiled.tsx generated by @compiled/babel-plugin v0.39.1 */ import _extends from "@babel/runtime/helpers/extends"; import "./link-compiled.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; /** * Compiled branch of the `platform_editor_static_css` experiment. * Used via `componentWithCondition` in `link.tsx`. * * Cleanup: delete this file once the experiment has shipped. */ import LinkUrl from '@atlaskit/smart-card/link-url'; var anchorStyles = null; export var LinkUrlCompiled = function LinkUrlCompiled(props) { return /*#__PURE__*/React.createElement(LinkUrl, _extends({}, props, { className: ax(["_syaz13af _9oik1r31 _1bnx8stv _jf4cnqa1 _30l313af _9h8h12zz"]) })); };