UNPKG

@pdftron/webviewer-react-toolkit

Version:

A React component library for integrating with PDFTron WebViewer API.

5 lines (4 loc) 176 B
/** The default throttle timeout for lazy async items. */ export var DEFAULT_THROTTLE_TIMEOUT = 500; /** The width of a thumbnail element. */ export var THUMBNAIL_WIDTH = 240;