Files
new-api/web/src/constants/toast.constants.js
2023-04-22 20:39:27 +08:00

7 lines
128 B
JavaScript

export const toastConstants = {
SUCCESS_TIMEOUT: 500,
INFO_TIMEOUT: 3000,
ERROR_TIMEOUT: 5000,
NOTICE_TIMEOUT: 20000
};