@pdftron/webviewer-react-toolkit
Version:
A React component library for integrating with PDFTron WebViewer API.
9 lines (8 loc) • 299 B
TypeScript
/** The default throttle timeout for lazy async items. */
export declare const DEFAULT_THROTTLE_TIMEOUT = 500;
/** The width of a thumbnail element. */
export declare const THUMBNAIL_WIDTH = 240;
/** An object with a string `id` attribute. */
export declare type ObjectWithId = {
id: string;
};