(s)
| 9639 | return !1 |
| 9640 | } |
| 9641 | function rd(s) { |
| 9642 | function b(o, i, a, u, _) { |
| 9643 | for (var w in ((this._reactName = o), |
| 9644 | (this._targetInst = a), |
| 9645 | (this.type = i), |
| 9646 | (this.nativeEvent = u), |
| 9647 | (this.target = _), |
| 9648 | (this.currentTarget = null), |
| 9649 | s)) |
| 9650 | s.hasOwnProperty(w) && ((o = s[w]), (this[w] = o ? o(u) : u[w])) |
| 9651 | return ( |
| 9652 | (this.isDefaultPrevented = ( |
| 9653 | null != u.defaultPrevented ? u.defaultPrevented : !1 === u.returnValue |
| 9654 | ) |
| 9655 | ? pd |
| 9656 | : qd), |
| 9657 | (this.isPropagationStopped = qd), |
| 9658 | this |
| 9659 | ) |
| 9660 | } |
| 9661 | return ( |
| 9662 | we(b.prototype, { |
| 9663 | preventDefault: function () { |
| 9664 | this.defaultPrevented = !0 |
| 9665 | var s = this.nativeEvent |
| 9666 | s && |
| 9667 | (s.preventDefault |
| 9668 | ? s.preventDefault() |
| 9669 | : 'unknown' != typeof s.returnValue && (s.returnValue = !1), |
| 9670 | (this.isDefaultPrevented = pd)) |
| 9671 | }, |
| 9672 | stopPropagation: function () { |
| 9673 | var s = this.nativeEvent |
| 9674 | s && |
| 9675 | (s.stopPropagation |
| 9676 | ? s.stopPropagation() |
| 9677 | : 'unknown' != typeof s.cancelBubble && (s.cancelBubble = !0), |
| 9678 | (this.isPropagationStopped = pd)) |
| 9679 | }, |
| 9680 | persist: function () {}, |
| 9681 | isPersistent: pd, |
| 9682 | }), |
| 9683 | b |
| 9684 | ) |
| 9685 | } |
| 9686 | var Kt, |
| 9687 | Gt, |
| 9688 | Yt, |
no test coverage detected