@canmou/react-tmap-map
Advanced tools
+2
-2
| { | ||
| "name": "@canmou/react-tmap-map", | ||
| "version": "1.0.15", | ||
| "version": "1.0.16", | ||
| "description": "用于加载腾讯地图SDK依赖,加载完成,全局将会有**`window.TMap`**对象。", | ||
@@ -27,3 +27,3 @@ "main": "cjs/index.js", | ||
| }, | ||
| "gitHead": "7bc0e38a6098e2b038c4008809a18b64e495d0d0" | ||
| "gitHead": "aa4f03761931643aa0af300cb8831f59f8e50411" | ||
| } |
+0
-1
@@ -15,3 +15,2 @@ /// <reference types="@canmou/react-tmap-types" /> | ||
| export const Map = forwardRef<MapProps & { map?: TMap.Map }, MapProps & RenderProps>(({ className, style, children, ...props }, ref) => { | ||
@@ -18,0 +17,0 @@ const elmRef = useRef<HTMLDivElement>(null); |
10687
-0.01%