Skip to content

Commit 1f16ed1

Browse files
authored
Merge pull request #42 from veraPDF/feature/reselection-of-error
Add required export
2 parents 8ff90f5 + 95346d1 commit 1f16ed1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, { FC } from 'react';
22

33
import PdfDocument, { IPdfDocumentProps } from './components/pdfDocument/PdfDocument';
44
import ViewerProvider from './components/viewerContext/ViewerContext';
5+
import { scrollToActiveBbox } from './services/bboxService';
56

67
import './styles.scss'
78

@@ -28,4 +29,8 @@ const App: FC<IPdfViewerProps> = (props) => {
2829
);
2930
}
3031

32+
export {
33+
scrollToActiveBbox,
34+
}
35+
3136
export default App

0 commit comments

Comments
 (0)