UNPKG

@wordpress/block-editor

Version:
9 lines (6 loc) 207 B
/** * WordPress dependencies */ import { createSlotFill } from '@wordpress/components'; const CommentIconSlotFill = createSlotFill( Symbol( 'CommentIconSlotFill' ) ); export default CommentIconSlotFill;