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.
9 lines • 385 B
TypeScript
type QueryResultsSummaryProps = {
currentPage: number;
itemsPerPage: number;
totalItemsReturned: number;
totalItems: number;
};
declare const QueryResultsSummary: ({ currentPage, itemsPerPage, totalItems, totalItemsReturned, }: QueryResultsSummaryProps) => import("react/jsx-runtime").JSX.Element;
export default QueryResultsSummary;
//# sourceMappingURL=index.d.ts.map