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.
8 lines • 337 B
TypeScript
import type { SearchResponseSortChoice } from "@sitecore-search/react";
type SortOrderProps = {
options: Array<SearchResponseSortChoice>;
selected: string;
};
declare const SortOrder: ({ options, selected }: SortOrderProps) => import("react/jsx-runtime").JSX.Element;
export default SortOrder;
//# sourceMappingURL=index.d.ts.map