UNPKG

@wordpress/block-editor

Version:
12 lines (9 loc) 252 B
/** * WordPress dependencies */ import { createSlotFill } from '@wordpress/components'; const { Slot: ViewerSlot, Fill: ViewerFill } = createSlotFill( 'BlockEditorLinkControlViewer' ); export { ViewerSlot, ViewerFill }; export default ViewerSlot;