UNPKG

@atlaskit/editor-common

Version:

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

14 lines (13 loc) 647 B
/* DropdownTriggerWrapper.tsx generated by @compiled/babel-plugin v0.39.1 */ import "./DropdownTriggerWrapper.compiled.css"; import { ax, ix } from "@compiled/react/runtime"; import React from 'react'; var triggerWrapperStylesWithPadding = 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 triggerWrapperStylesUnbounded = null; export function ToolbarDropdownTriggerWrapper(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement("div", { className: ax(["_1e0c1txw _u5f3v77o", "_1fvdglyw"]) }, children); }