import { registerBlockType } from '@wordpress/blocks'; import { useBlockProps } from '@wordpress/block-editor'; registerBlockType('srh/offcanvas-menu', { apiVersion: 3, title: 'Off Canvas Menu', icon: 'menu', category: 'srh-blocks', edit: function() { const blockProps = useBlockProps({ className: 'wp-block-srh-offcanvas-menu' }); return (