@uiw/react-amap-marker
Advanced tools
Comparing version
@@ -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
-0.15%286
-1.38%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated