@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
15 lines (14 loc) • 629 B
JavaScript
/* 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';
const 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
const triggerWrapperStylesUnbounded = null;
export function ToolbarDropdownTriggerWrapper({
children
}) {
return /*#__PURE__*/React.createElement("div", {
className: ax(["_1e0c1txw _u5f3v77o", "_1fvdglyw"])
}, children);
}