From b7f90a5c74368a1a5b6e048d3a782b541b452305 Mon Sep 17 00:00:00 2001 From: Isaac Besora Vilardaga Date: Sun, 17 May 2020 00:19:02 +0200 Subject: [PATCH] Update index.d.ts Updates Typescript definition --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 9499bf60..67882e92 100644 --- a/index.d.ts +++ b/index.d.ts @@ -26,7 +26,7 @@ export interface IProvidedProps { type mapEventHandler = (mapProps?: IMapProps, map?: google.maps.Map, event?) => any -type Style = Object +type Style = any export interface IMapProps extends google.maps.MapOptions { google: GoogleAPI