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 202 B
type SpinnerProps = { loading?: boolean; }; declare const Spinner: ({ loading }: SpinnerProps) => import("react/jsx-runtime").JSX.Element; export default Spinner; //# sourceMappingURL=index.d.ts.map