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
/
useMap.d.ts
9 lines
(8 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="googlemaps" />
export
declare
function
useMap
(
apiKey
:
string
,
options
: google.maps.
MapOptions
): {
ref
: {
current
?:
HTMLElement
|
undefined
; };
map
:
any
;
google
:
any
; };