UNPKG

@pdftron/webviewer-react-toolkit

Version:

A React component library for integrating with PDFTron WebViewer API.

5 lines (4 loc) 123 B
export declare function useUnmountDelay(on?: boolean, delay?: number): { mounted: boolean; unmounting: boolean; };