import 'jquery'; import toastr from 'toastr'; import './toast.scss'; toastr.options = { closeButton: false, debug: false, newestOnTop: false, progressBar: false, positionClass: 'toast-bottom-right', preventDuplicates: true, showDuration: 300, hideDuration: 1000, timeOut: 5000, extendedTimeOut: 1000, showEasing: 'swing', hideEasing: 'linear', showMethod: 'fadeIn', hideMethod: 'fadeOut', tapToDismiss: false, }; export const toast = toastr;