| 21 | } |
| 22 | |
| 23 | export interface SwipeGestureHandler { |
| 24 | canStart(): boolean; |
| 25 | onStart(): void; |
| 26 | onEnd(shouldComplete: boolean): void; |
| 27 | } |
| 28 | |
| 29 | export interface RouterOutletOptions { |
| 30 | animated?: boolean; |
no outgoing calls
no test coverage detected