trieve-search-component
Version:
The easiest way to get up and running in your app using trieve search.
5 lines • 364 B
TypeScript
import { ModalProps } from "../utils/hooks/modal-context";
import { RecommendationsConfig } from "../recommendations/Recommendations";
export declare function renderToDiv(element: HTMLElement, props: ModalProps): void;
export declare function renderRecommendationsToDiv(element: HTMLElement, props: RecommendationsConfig): void;
//# sourceMappingURL=index.d.ts.map