mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
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>();
|