@tactics/lokaal-loket 0.0.138 → 0.0.139

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1595,7 +1595,7 @@ declare const GooglePlacesLibraryProvider: ({ children, }: PropsWithChildren) =>
1595
1595
  declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.Geocoder>>;
1596
1596
  declare const GoogleGeocoderProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
1597
1597
 
1598
- declare const GoogleDirectionsServiceContext: React$1.Context<AsyncResult<google.maps.RoutesLibrary>>;
1598
+ declare const GoogleDirectionsServiceContext: React$1.Context<AsyncResult<google.maps.DirectionsService>>;
1599
1599
  declare const GoogleDirectionsServiceProvider: ({ children, }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
1600
1600
 
1601
1601
  declare const useIsGoogleProcessing: () => boolean;
package/build/index.d.ts CHANGED
@@ -1595,7 +1595,7 @@ declare const GooglePlacesLibraryProvider: ({ children, }: PropsWithChildren) =>
1595
1595
  declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.Geocoder>>;
1596
1596
  declare const GoogleGeocoderProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
1597
1597
 
1598
- declare const GoogleDirectionsServiceContext: React$1.Context<AsyncResult<google.maps.RoutesLibrary>>;
1598
+ declare const GoogleDirectionsServiceContext: React$1.Context<AsyncResult<google.maps.DirectionsService>>;
1599
1599
  declare const GoogleDirectionsServiceProvider: ({ children, }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
1600
1600
 
1601
1601
  declare const useIsGoogleProcessing: () => boolean;