1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui/helpers/constants/notifications.ts

7 lines
172 B
TypeScript

///: BEGIN:ONLY_INCLUDE_IN(flask)
// The time after which a notification should be deleted.
export const NOTIFICATIONS_EXPIRATION_DELAY = 10000;
///: END:ONLY_INCLUDE_IN