Remove unused properties from Config interface

This commit is contained in:
Linus Groh
2020-03-01 20:34:21 +00:00
parent f22db6301b
commit 9ce9933d11

5
src/index.d.ts vendored
View File

@@ -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;