(props, hostElement, elementToPosition, previousPositions)
| 32170 | _getMaxHeightFromTargetRectangle: _getMaxHeightFromTargetRectangle |
| 32171 | }; |
| 32172 | function positionElement(props, hostElement, elementToPosition, previousPositions) { |
| 32173 | return _positionElement(props, hostElement, elementToPosition, previousPositions); |
| 32174 | } |
| 32175 | function positionCallout(props, hostElement, elementToPosition, previousPositions) { |
| 32176 | return _positionCallout(props, hostElement, elementToPosition, previousPositions); |
| 32177 | } |
nothing calls this directly
no test coverage detected