UNPKG

trieve-search-component

Version:

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

8 lines 273 B
import React from "react"; import { ChunkWithHighlights } from "../utils/types"; interface Props { item: ChunkWithHighlights; } export declare const AddToCartButton: ({ item }: Props) => React.JSX.Element | null; export {}; //# sourceMappingURL=AddToCartButton.d.ts.map