@angular/google-maps 20.0.0-next.8 → 20.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/google-maps.mjs +1 -41
- package/fesm2022/google-maps.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1981,7 +1981,7 @@ declare class MapGeocoder {
|
|
|
1981
1981
|
}
|
|
1982
1982
|
|
|
1983
1983
|
type MapEventManagerTarget = {
|
|
1984
|
-
addListener
|
|
1984
|
+
addListener<T extends unknown[]>(name: string, callback: (...args: T) => void): google.maps.MapsEventListener | undefined;
|
|
1985
1985
|
} | undefined;
|
|
1986
1986
|
/** Manages event on a Google Maps object, ensuring that events are added only when necessary. */
|
|
1987
1987
|
declare class MapEventManager {
|