trieve-search-component
Version:
The easiest way to get up and running in your app using trieve search.
13 lines • 494 B
TypeScript
import React from "react";
import { PdfChunk } from "../../utils/types";
type Props = {
item: PdfChunk;
requestID: string;
index: number;
className?: string;
};
export declare function extractMarkedContent(text: string): string;
export declare const getPresignedUrl: (baseUrl: string, datasetId: string, fileId: string, apiKey: string) => Promise<string>;
export declare const PdfItem: (props: Props) => React.JSX.Element | null;
export {};
//# sourceMappingURL=PdfItem.d.ts.map