@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
17 lines (16 loc) • 710 B
JavaScript
/* index.tsx generated by @compiled/babel-plugin v0.39.1 */
import "./index.compiled.css";
import { ax, ix } from "@compiled/react/runtime";
import React from 'react';
var shortcutStyle = null;
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage -- This rule thinks this isn't a `css()` call due to the name mapping
var shortcutStyleUnbounded = null;
export function Shortcut(_ref) {
var children = _ref.children;
return /*#__PURE__*/React.createElement("div", {
className: ax(["_2rkofajl _1wpzesu3 _ca0q1b66 _n3td1b66 _19bv1b66 _u5f31b66 _syazazsu _bfhki8nm _1ggkglyw", "_1wybyofp"]),
style: {
"--_1l2t8t0": ix("".concat(11.67 / 16, "rem"))
}
}, children);
}