UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

14 lines (13 loc) 626 B
/* ButtonGroup.tsx generated by @compiled/babel-plugin v0.39.1 */ import "./ButtonGroup.compiled.css"; import { ax, ix } from "@compiled/react/runtime"; import React from 'react'; var buttonGroupStyle = 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 buttonGroupStyleUnbounded = null; export function ToolbarButtonGroup(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement("span", { className: ax(["_zulp1b66 _1e0c116y _4cvr1h6o", "_11ko1txw _1p8dglyw _89rs1b66"]) }, children); }