UNPKG
@deatog/react-google-maps-api
Version:
alpha (1.0.0-alpha.20)
latest (1.0.0-alpha.8)
1.0.0-alpha.20
1.0.0-alpha.19
1.0.0-alpha.15
1.0.0-alpha.14
1.0.0-alpha.13
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
React.js Google Maps API integration
github.com/deAtog/react-google-maps
deAtog/react-google-maps
@deatog/react-google-maps-api
/
dist
/
types.d.ts
10 lines
(9 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
HasMarkerAnchor
= {
anchor
?: google.
maps
.
Marker
|
null
|
undefined
; };
export
type
PositionDrawProps
= {
left
?:
string
|
number
|
undefined
;
top
?:
string
|
number
|
undefined
;
width
?:
string
|
number
|
undefined
;
height
?:
string
|
number
|
undefined
; };