import { SpecialZoomLevel } from 'react-pdf-viewer-core'; export type Zoom = (scale: number | SpecialZoomLevel) => void;