| 13 | type EventCallback = (e: Event) => void; |
| 14 | |
| 15 | interface SyntheticEvent extends Event { |
| 16 | __stopPropagation: boolean; |
| 17 | } |
| 18 | |
| 19 | interface Paths { |
| 20 | capture: EventCallback[]; |
nothing calls this directly
no outgoing calls
no test coverage detected