UNPKG

@wordpress/block-editor

Version:
7 lines 281 B
/** * WordPress dependencies */ import { createSlotFill } from '@wordpress/components'; const CommentIconToolbarSlotFill = createSlotFill(Symbol('CommentIconToolbarSlotFill')); export default CommentIconToolbarSlotFill; //# sourceMappingURL=block-comment-icon-toolbar-slot.js.map