UNPKG

captide

Version:

Get millions of financial documents into your AI app 🚀

8 lines (7 loc) • 210 B
import React from 'react'; interface DocumentViewerProps { className?: string; style?: React.CSSProperties; } declare const DocumentViewer: React.FC<DocumentViewerProps>; export default DocumentViewer;