mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-20 13:35:54 +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>();
|