| 15 | export class DefaultTimer {} |
| 16 | |
| 17 | interface TouchProcessorOptions { |
| 18 | triggerPressEventBefore: number; |
| 19 | triggerLongPressEventAfter: number; |
| 20 | moveThreshold: number; |
| 21 | } |
| 22 | |
| 23 | export function DefaultTouchProcessor (touchProcessorOptions?: TouchProcessorOptions): any; |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected