UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

8 lines (7 loc) 137 B
export declare const useMousePressed: () => { isPressed: boolean; coordinates: { x: number; y: number; }; };