UNPKG

sitecore-search-with-google-map

Version:

A library for seamless integration of Sitecore Search with Google Maps in Next.js applications, enabling location-based searches with flexible UI options.

19 lines 1 kB
import { Environment } from "@sitecore-search/react"; declare const Search: ({ discoverDomainId, env, customerKey, apiKey, searchSource, rfkId, ...props }: { discoverDomainId: string; env: Environment; customerKey: string; apiKey: string; searchSource?: string; rfkId: string; title?: string; noResultFound?: string; description?: string; inputPlaceholder?: string; mapIcon?: string; radiusInKM?: number; customArticleRenderer?: (article: any) => JSX.Element; layout?: "SearchWithInputOnTopWithParallelMapAndContent" | "SearchWithInputMapContentStack" | "SearchWithInputOnTopWithParallelMapAndContentSmallMap" | "SearchWithParallelMapAndInputWithContent" | "SearchWithInputOnTopWithParallelMapAndContentReverse" | "SearchWithInputOnTopWithParallelMapAndContentSmallMapReverse" | "SearchWithParallelMapAndInputWithContentReverse" | undefined; }) => import("react/jsx-runtime").JSX.Element; export default Search; //# sourceMappingURL=Search.d.ts.map