| 17 | } |
| 18 | |
| 19 | interface HTMLAttributes { |
| 20 | onTouchmovePassive?: EventHandler; |
| 21 | onTouchstartPassive?: EventHandler; |
| 22 | onClickCapture?: EventHandler; |
| 23 | } |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…