import React from 'react'; const ToolCancel = ({onClick}:{onClick:()=>void}) => { return ( <> ); }; export default ToolCancel;