From 9ce9933d1177242f9eaba23cea751b3ae458d684 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 1 Mar 2020 20:34:21 +0000 Subject: [PATCH] Remove unused properties from Config interface --- src/index.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/index.d.ts b/src/index.d.ts index bb5bdc1..ce0bcd9 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -8,10 +8,6 @@ interface Config { locale: string; map: { attribution: string; - center: { - lat: number; - lng: number; - }; circle: { color: OptionalColor; fillColor: OptionalColor; @@ -56,7 +52,6 @@ interface Config { fillColor: OptionalColor; }; url: string; - zoom: number; }; onLocationChange: { reloadHistory: boolean;