UNPKG

captide

Version:

Get hundreds of thousands of financial documents into your AI app 🚀

6 lines (5 loc) • 243 B
export { default } from './DocumentViewer'; export { default as HTMLViewer } from './HTMLViewer'; export { default as PDFViewer } from './PDFViewer'; export { default as SpreadsheetViewer } from './SpreadsheetViewer'; export * from './types';