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.

6 lines 252 B
type ResultsPerPageProps = { defaultItemsPerPage: number; }; declare const ResultsPerPage: ({ defaultItemsPerPage }: ResultsPerPageProps) => import("react/jsx-runtime").JSX.Element; export default ResultsPerPage; //# sourceMappingURL=index.d.ts.map