UNPKG

@wordpress/editor

Version:
13 lines (11 loc) 255 B
/** * Internal dependencies */ import PostTypeSupportCheck from '../post-type-support-check'; export default function PostSlugCheck( { children } ) { return ( <PostTypeSupportCheck supportKeys="slug"> { children } </PostTypeSupportCheck> ); }