UNPKG

@pdftron/webviewer-react-toolkit

Version:

A React component library for integrating with PDFTron WebViewer API.

7 lines (6 loc) 207 B
/** * If an ID is not given, will generate and memoize an ID to use for a11y * or any other purpose. * @param id The optional ID provided by props. */ export declare function useID(id?: string): string;