UNPKG

trieve-search-component

Version:

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

4 lines 283 B
import { HighlightOptions } from "trieve-ts-sdk"; export declare function highlightText(searchTerm: string, textToHighlight: string | null | undefined): string | null | undefined; export declare const defaultHighlightOptions: HighlightOptions; //# sourceMappingURL=highlight.d.ts.map