From 7215257135fd8131a7b46b3f03fdb62277d4dbf3 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 21 Jan 2019 12:36:17 -0500 Subject: [PATCH] Fix export of PDFViewer, BlobProvider and PDFDownloadLink (#449) --- index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.d.ts b/index.d.ts index 55b23ec0f..107944893 100644 --- a/index.d.ts +++ b/index.d.ts @@ -317,5 +317,8 @@ declare module '@react-pdf/renderer' { PDFRenderer, version, pdf, + PDFViewer, + BlobProvider, + PDFDownloadLink, }; }