UNPKG

@wordpress/block-editor

Version:
11 lines 290 B
/** * WordPress dependencies */ import { createSlotFill } from '@wordpress/components'; const { Slot: ViewerSlot, Fill: ViewerFill } = createSlotFill('BlockEditorLinkControlViewer'); export { ViewerSlot, ViewerFill }; export default ViewerSlot; //# sourceMappingURL=viewer-slot.js.map