UNPKG

@wordpress/editor

Version:
10 lines (6 loc) 269 B
import { createSlotFill } from '@wordpress/components'; const { Fill: ToolsMoreMenuGroup, Slot } = createSlotFill( Symbol( 'ToolsMoreMenuGroup' ) ); ToolsMoreMenuGroup.Slot = ( { fillProps } ) => <Slot fillProps={ fillProps } />; export default ToolsMoreMenuGroup;