(props, hostElement, elementToPosition, previousPositions)
| 32176 | return _positionCallout(props, hostElement, elementToPosition, previousPositions); |
| 32177 | } |
| 32178 | function positionCard(props, hostElement, elementToPosition, previousPositions) { |
| 32179 | return _positionCard(props, hostElement, elementToPosition, previousPositions); |
| 32180 | } |
| 32181 | function getMaxHeight(target, targetEdge, gapSpace, bounds, coverTarget) { |
| 32182 | if (gapSpace === void 0) gapSpace = 0; |
| 32183 | var mouseTarget = target; |
nothing calls this directly
no test coverage detected