UNPKG

captide

Version:

Get millions of financial documents into your AI app 🚀

5 lines (4 loc) • 299 B
import DocumentViewer from './components/document-viewer'; export { DocumentViewer }; export { DocumentViewerProvider, useDocumentViewer } from './contexts/document-viewer-context'; export type { Document, DocumentViewerState, DocumentViewerContextValue, FetchDocumentFn, FileType } from './types';