From 7a29420eab724087ecff7b52f761cea1adeb9a9b Mon Sep 17 00:00:00 2001 From: Michael Ledin Date: Sat, 25 Nov 2017 10:02:35 +0300 Subject: [PATCH] fix(types/index.d.ts): draggable property type (#710) --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index f7a4cebe..d9bf5e65 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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