UNPKG

@wordpress/block-editor

Version:
15 lines (13 loc) 270 B
/** * Internal dependencies */ import InsertionPoint from './insertion-point'; import BlockPopover from './block-popover'; export default function BlockTools( { children } ) { return ( <InsertionPoint> <BlockPopover /> { children } </InsertionPoint> ); }