UNPKG
react-hook-google-maps
Version:
latest (0.0.3)
next (0.0.3-0)
0.0.3
0.0.3-0
0.0.2
0.0.1
React useGoogleMaps hook
github.com/jmarceli/react-hook-google-maps
jmarceli/react-hook-google-maps
react-hook-google-maps
/
dist
/
useMapExternalGoogle.d.ts
8 lines
(7 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="googlemaps" />
export
declare
function
useMapExternalGoogle
(
google
:
any
,
options
: google.maps.
MapOptions
): {
ref
: {
current
?:
HTMLElement
|
undefined
; };
map
:
any
; };