UNPKG

trieve-search-component

Version:

The easiest way to get up and running in your app using trieve search.

6 lines 248 B
import { PdfChunk } from "../../utils/types"; import React from "react"; export declare const ChatPdfItem: React.MemoExoticComponent<(props: { chunk: PdfChunk["chunk"]; }) => false | React.JSX.Element>; //# sourceMappingURL=ChatPdfItem.d.ts.map