mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 13:11:32 +10:00
11 lines
239 B
TypeScript
11 lines
239 B
TypeScript
import {
|
|
type LoadedPDFDocument,
|
|
type OnPDFViewerPageClick,
|
|
PDFViewer,
|
|
type PDFViewerProps,
|
|
} from './base';
|
|
|
|
export { PDFViewer, type LoadedPDFDocument, type OnPDFViewerPageClick, type PDFViewerProps };
|
|
|
|
export default PDFViewer;
|