( position: number, duration?: number, snap?: boolean, callback?: AnyFunction )
| 15 | */ |
| 16 | export interface ScrollComponent extends BaseComponent { |
| 17 | scroll( position: number, duration?: number, snap?: boolean, callback?: AnyFunction ): void; |
| 18 | cancel(): void; |
| 19 | } |
| 20 |
no outgoing calls
no test coverage detected