UNPKG

wix-style-react

Version:
16 lines (15 loc) 436 B
"use strict"; exports.__esModule = true; exports.shouldAnimatePopover = void 0; var shouldAnimatePopover = timeout => { if (typeof timeout === 'object') { var { enter, exit } = timeout; return typeof enter !== 'undefined' && typeof exit !== 'undefined' && (enter > 0 || exit > 0); } return !!timeout; }; exports.shouldAnimatePopover = shouldAnimatePopover; //# sourceMappingURL=shouldAnimatePopover.js.map