export const defaultToastConfig: ToastConfig = { | |
position: { | |
top: 20, | |
right: 20, | |
}, | |
animation: { | |
fadeOut: 2500, | |
fadeIn: 300, | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment