* Pans the zoom window by `delta` percent points (preserving span).
(delta: number)
| 27 | * Pans the zoom window by `delta` percent points (preserving span). |
| 28 | */ |
| 29 | pan(delta: number): void; |
| 30 | /** |
| 31 | * Subscribes to changes. Returns an unsubscribe function. |
| 32 | */ |
no outgoing calls
no test coverage detected