UNPKG

@wordpress/block-library

Version:
9 lines (6 loc) 268 B
import { useBlockProps, useInnerBlocksProps } from '@wordpress/block-editor'; export default function QueryNoResultsEdit() { const blockProps = useBlockProps(); const innerBlocksProps = useInnerBlocksProps( blockProps ); return <div { ...innerBlocksProps } />; }