(_ref)
| 17654 | }; |
| 17655 | |
| 17656 | function Tooltip(_ref) { |
| 17657 | var bsPrefix = _ref.bsPrefix, |
| 17658 | innerRef = _ref.innerRef, |
| 17659 | placement = _ref.placement, |
| 17660 | className = _ref.className, |
| 17661 | style = _ref.style, |
| 17662 | children = _ref.children, |
| 17663 | arrowProps = _ref.arrowProps, |
| 17664 | _ = _ref.scheduleUpdate, |
| 17665 | _1 = _ref.outOfBoundaries, |
| 17666 | props = _objectWithoutPropertiesLoose(_ref, ["bsPrefix", "innerRef", "placement", "className", "style", "children", "arrowProps", "scheduleUpdate", "outOfBoundaries"]); |
| 17667 | |
| 17668 | return external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", _extends({ |
| 17669 | ref: innerRef, |
| 17670 | style: style, |
| 17671 | role: "tooltip", |
| 17672 | "x-placement": placement, |
| 17673 | className: classnames_default()(className, bsPrefix, "bs-tooltip-" + placement) |
| 17674 | }, props, { |
| 17675 | __source: { |
| 17676 | fileName: Tooltip_jsxFileName, |
| 17677 | lineNumber: 84 |
| 17678 | }, |
| 17679 | __self: this |
| 17680 | }), external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", _extends({ |
| 17681 | className: "arrow" |
| 17682 | }, arrowProps, { |
| 17683 | __source: { |
| 17684 | fileName: Tooltip_jsxFileName, |
| 17685 | lineNumber: 92 |
| 17686 | }, |
| 17687 | __self: this |
| 17688 | })), external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", { |
| 17689 | className: bsPrefix + "-inner", |
| 17690 | __source: { |
| 17691 | fileName: Tooltip_jsxFileName, |
| 17692 | lineNumber: 93 |
| 17693 | }, |
| 17694 | __self: this |
| 17695 | }, children)); |
| 17696 | } |
| 17697 | |
| 17698 | Tooltip.propTypes = Tooltip_propTypes; |
| 17699 | Tooltip.defaultProps = Tooltip_defaultProps; |
nothing calls this directly
no test coverage detected
searching dependent graphs…