Last active
October 21, 2018 18:58
-
-
Save adrianfaciu/a68033c9107d6ef57c3bff853bb69c45 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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