Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Last active October 21, 2018 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianfaciu/a68033c9107d6ef57c3bff853bb69c45 to your computer and use it in GitHub Desktop.
Save adrianfaciu/a68033c9107d6ef57c3bff853bb69c45 to your computer and use it in GitHub Desktop.
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