import { Icon } from '@wordpress/components' import { __ } from '@wordpress/i18n' import { Dialog } from '@headlessui/react' import { blockIcon, closeX } from '../icons' export const ModalToolbar = ({ onClose, title, }: { onClose: () => void title: string }) => (