UNPKG

@pdftron/webviewer-react-toolkit

Version:

A React component library for integrating with PDFTron WebViewer API.

5 lines (4 loc) 114 B
/** * Returns the extension of a filename. */ export declare const getExtension: (filename?: string) => string;