(props)
| 25399 | ]); |
| 25400 | } |
| 25401 | var FocusRects = function(props) { |
| 25402 | useFocusRects(props.rootRef); |
| 25403 | return null; |
| 25404 | }; |
| 25405 | function _onMouseDown(ev) { |
| 25406 | (0, _setFocusVisibility.setFocusVisibility)(false, ev.target); |
| 25407 | } |
nothing calls this directly
no test coverage detected