mirror of
https://github.com/immich-app/immich.git
synced 2025-01-10 05:46:46 +01:00
f55b3add80
Co-authored-by: Thomas Way <thomas@6f.io>
4 lines
166 B
TypeScript
4 lines
166 B
TypeScript
import type { ZoomImageWheelState } from '@zoom-image/core';
|
|
import { writable } from 'svelte/store';
|
|
|
|
export const photoZoomState = writable<ZoomImageWheelState>();
|