@uiw/react-amap-marker
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -7,5 +7,3 @@ import { MarkerProps } from './'; | ||
setMarker: import("react").Dispatch<import("react").SetStateAction<AMap.Marker | undefined>>; | ||
MarkerPortal: (props: { | ||
children: import("react").ReactNode; | ||
}) => import("react").ReactPortal | null; | ||
MarkerPortal: ({ children }: import("react").PropsWithChildren) => import("react").ReactPortal; | ||
}; |
@@ -7,5 +7,3 @@ import { MarkerProps } from './'; | ||
setMarker: import("react").Dispatch<import("react").SetStateAction<AMap.Marker | undefined>>; | ||
MarkerPortal: (props: { | ||
children: import("react").ReactNode; | ||
}) => import("react").ReactPortal | null; | ||
MarkerPortal: ({ children }: import("react").PropsWithChildren) => import("react").ReactPortal; | ||
}; |
{ | ||
"name": "@uiw/react-amap-marker", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "点标记是用来标示某个位置点信息的一种地图要素,本章介绍如何在地图图面使用点标记。", | ||
@@ -38,5 +38,5 @@ "funding": "https://jaywcjlove.github.io/#/sponsor", | ||
"dependencies": { | ||
"@uiw/react-amap-map": "7.0.1", | ||
"@uiw/react-amap-utils": "7.0.1" | ||
"@uiw/react-amap-map": "7.0.2", | ||
"@uiw/react-amap-utils": "7.0.2" | ||
} | ||
} |
24690
286
+ Added@uiw/react-amap-map@7.0.2(transitive)
+ Added@uiw/react-amap-types@7.0.2(transitive)
+ Added@uiw/react-amap-utils@7.0.2(transitive)
- Removed@uiw/react-amap-map@7.0.1(transitive)
- Removed@uiw/react-amap-types@7.0.1(transitive)
- Removed@uiw/react-amap-utils@7.0.1(transitive)
Updated@uiw/react-amap-map@7.0.2
Updated@uiw/react-amap-utils@7.0.2