trieve-search-component
Version:
The easiest way to get up and running in your app using trieve search.
11 lines • 355 B
TypeScript
import { ChunkWithHighlights } from "../../utils/types";
import React from "react";
type Props = {
item: ChunkWithHighlights;
requestID: string;
index: number;
className?: string;
};
export declare const DocsItem: ({ item, requestID, index, className }: Props) => React.JSX.Element | null;
export {};
//# sourceMappingURL=DocsItem.d.ts.map