import React from 'react' export default function CancelButton({ onClick, }: { onClick: React.MouseEventHandler }): JSX.Element { return ( ) }