toast.constants.js 128 B

123456
  1. export const toastConstants = {
  2. SUCCESS_TIMEOUT: 500,
  3. INFO_TIMEOUT: 3000,
  4. ERROR_TIMEOUT: 5000,
  5. NOTICE_TIMEOUT: 20000
  6. };