UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com's products.

8 lines (7 loc) 396 B
"use strict"; exports.__esModule = true; exports.SWIPE_DISMISS_DELAY = exports.EXPIRE_DISMISS_DELAY = void 0; // this is hardcoded into react-hot-toast // https://github.com/timolins/react-hot-toast/blob/c5e59351d511d8702b065378a6859c795b05547d/src/core/store.ts#L64 const EXPIRE_DISMISS_DELAY = exports.EXPIRE_DISMISS_DELAY = 1000; const SWIPE_DISMISS_DELAY = exports.SWIPE_DISMISS_DELAY = 300;