UNPKG

@pdftron/webviewer-react-toolkit

Version:

A React component library for integrating with PDFTron WebViewer API.

3 lines (2 loc) 121 B
/// <reference types="react" /> export declare function useCurrentRef<T>(toRef: T): import("react").MutableRefObject<T>;