UNPKG

@atlaskit/editor-plugin-block-menu

Version:

BlockMenu plugin for @atlaskit/editor-core

8 lines 301 B
import React from 'react'; import { ToolbarDropdownItemSection } from '@atlaskit/editor-toolbar'; export var DeleteSection = function DeleteSection(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement(ToolbarDropdownItemSection, { hasSeparator: true }, children); };