Skip to content

Commit

Permalink
fix(types/index.d.ts): draggable property type (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxl authored and tomchentw committed Nov 25, 2017
1 parent c7f6d26 commit 7a29420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ declare module 'react-google-maps/lib/components/Marker' {
attribution?: google.maps.Attribution
clickable?: boolean
cursor?: string
draggable?: string
draggable?: boolean
icon?: string | google.maps.Icon | google.maps.Symbol
label?: google.maps.MarkerLabel
opacity?: number
Expand Down

0 comments on commit 7a29420

Please sign in to comment.