mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
export const toastConstants = {
|
|
SUCCESS_TIMEOUT: 1500,
|
|
INFO_TIMEOUT: 3000,
|
|
ERROR_TIMEOUT: 5000,
|
|
WARNING_TIMEOUT: 10000,
|
|
NOTICE_TIMEOUT: 20000
|
|
};
|