UNPKG

@llamaindex/ui

Version:

A comprehensive UI component library built with React, TypeScript, and Tailwind CSS for LlamaIndex applications

7 lines (6 loc) 316 B
export { FilePreview } from "./file-preview"; export { PdfPreview } from "./pdf-preview"; export { PdfNavigator } from "./pdf-navigator"; export { useFileData } from "./use-file-data"; export type { FilePreviewProps } from "./file-preview"; export type { BoundingBox, FileData, PageData, Highlight } from "./types";