mirror of
https://github.com/langgenius/dify.git
synced 2026-07-28 23:59:34 +08:00
5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
import { PdfHighlighter, PdfLoader } from 'react-pdf-highlighter'
|
|
import 'react-pdf-highlighter/dist/style.css'
|
|
|
|
export { PdfHighlighter, PdfLoader }
|