diff --git a/docs/api-reference/use-map/index.html b/docs/api-reference/use-map/index.html index 879ebf9e..23eff25d 100644 --- a/docs/api-reference/use-map/index.html +++ b/docs/api-reference/use-map/index.html @@ -105,4 +105,4 @@ body{margin:0;overflow-x:hidden;-webkit-text-size-adjust:100%;} *{box-sizing:bor }; return <button onClick={onClick}>Go</button>; -}
See a full example here.
useMap(): {[id: string]: MapRef}
The hook returns an object that contains all mounted maps under the closest MapProvider. The keys are each map's id and the values are the MapRef.