type ZoomedImgStatus = "idle" | "loading" | "loaded" | "error"; export type { ZoomedImgStatus };