UNPKG

@wordpress/editor

Version:
16 lines 408 B
/** * WordPress dependencies */ import { createSlotFill } from '@wordpress/components'; import { jsx as _jsx } from "react/jsx-runtime"; const { Fill: ToolsMoreMenuGroup, Slot } = createSlotFill('ToolsMoreMenuGroup'); ToolsMoreMenuGroup.Slot = ({ fillProps }) => /*#__PURE__*/_jsx(Slot, { fillProps: fillProps }); export default ToolsMoreMenuGroup; //# sourceMappingURL=tools-more-menu-group.js.map