| 1 | import { Scrollbar } from '../interfaces/'; |
| 2 | |
| 3 | export interface EventHandler { |
| 4 | (event: any): void; |
| 5 | } |
| 6 | |
| 7 | type EventConfig = { |
| 8 | elem: EventTarget, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…