/** * Custom close button for toast * @param closeToast react-toastify will provide this automatically */ export const CloseButton = ({ closeToast }: { closeToast?: () => void }) => ( <> );