UNPKG

@wix/design-system

Version:

@wix/design-system

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