Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Last active October 21, 2018 18:58
Embed
What would you like to do?
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