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.

7 lines 300 B
import type { SearchResponseFacet } from '@sitecore-search/react'; type SearchFacetsProps = { facets: SearchResponseFacet[]; }; declare const SearchFacets: ({ facets }: SearchFacetsProps) => import("react/jsx-runtime").JSX.Element; export default SearchFacets; //# sourceMappingURL=index.d.ts.map