UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

3 lines (2 loc) 168 B
import { ScrollPosition } from './types'; export declare function smoothScrollTo(element: HTMLElement, targetPosition: ScrollPosition, onCompleted?: () => void): void;