export type ZoomedImgStatus = "idle" | "loading" | "loaded" | "error"