Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./packages/vue/src/composables/useWheelZoom.ts
/**
* Alias for cross-adapter parity — the React adapter has
* `useWheelZoom.ts` (Ctrl+wheel zoom + Ctrl+= / Ctrl+- / Ctrl+0
* shortcuts). Vue rolls the same behaviour into `useZoom`, which
* already exposes `handleWheel` and `installShortcuts()`. This file
* re-exports under the React-style name so plugin code can call
* `useWheelZoom()` either way and get the same composable.
*/
export { useZoom as useWheelZoom } from './useZoom';
export type {} from './useZoom';