@tactics/lokaal-loket 0.0.133 → 0.0.135
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +52 -52
- package/build/index.d.cts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js +52 -52
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1594,7 +1594,7 @@ interface GooglePlacesLibraryProviderProps extends PropsWithChildren {
|
|
1594
1594
|
}
|
1595
1595
|
declare const GooglePlacesLibraryProvider: ({ children, }: GooglePlacesLibraryProviderProps) => react_jsx_runtime.JSX.Element;
|
1596
1596
|
|
1597
|
-
declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.
|
1597
|
+
declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.Geocoder>>;
|
1598
1598
|
declare const GoogleGeocoderProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
|
1599
1599
|
|
1600
1600
|
interface GoogleDirectionsServiceContextType {
|
@@ -1611,7 +1611,7 @@ declare const useGooglePlacesLibrary: () => AsyncResult<google.maps.PlacesLibrar
|
|
1611
1611
|
|
1612
1612
|
declare const useGoogleDirections: () => AsyncResult<google.maps.DirectionsService>;
|
1613
1613
|
|
1614
|
-
declare const useGoogleGeocoder: () => AsyncResult<google.maps.
|
1614
|
+
declare const useGoogleGeocoder: () => AsyncResult<google.maps.Geocoder>;
|
1615
1615
|
|
1616
1616
|
declare const useGoogleMapId: () => string;
|
1617
1617
|
|
package/build/index.d.ts
CHANGED
@@ -1594,7 +1594,7 @@ interface GooglePlacesLibraryProviderProps extends PropsWithChildren {
|
|
1594
1594
|
}
|
1595
1595
|
declare const GooglePlacesLibraryProvider: ({ children, }: GooglePlacesLibraryProviderProps) => react_jsx_runtime.JSX.Element;
|
1596
1596
|
|
1597
|
-
declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.
|
1597
|
+
declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.Geocoder>>;
|
1598
1598
|
declare const GoogleGeocoderProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
|
1599
1599
|
|
1600
1600
|
interface GoogleDirectionsServiceContextType {
|
@@ -1611,7 +1611,7 @@ declare const useGooglePlacesLibrary: () => AsyncResult<google.maps.PlacesLibrar
|
|
1611
1611
|
|
1612
1612
|
declare const useGoogleDirections: () => AsyncResult<google.maps.DirectionsService>;
|
1613
1613
|
|
1614
|
-
declare const useGoogleGeocoder: () => AsyncResult<google.maps.
|
1614
|
+
declare const useGoogleGeocoder: () => AsyncResult<google.maps.Geocoder>;
|
1615
1615
|
|
1616
1616
|
declare const useGoogleMapId: () => string;
|
1617
1617
|
|