/** * External dependencies */ import { Button } from '@wordpress/components'; import { __ } from '@wordpress/i18n'; export const SendMagicLinkButton = ( { onClickHandler, }: { onClickHandler: () => void; } ) => ( );