From 782c4cd738d2e646e19dc65e6ddc10ba304b5fbf Mon Sep 17 00:00:00 2001 From: David Schneider Date: Thu, 13 Apr 2017 16:15:08 -0700 Subject: [PATCH] Update GeoJSON, GeoJSONProps. --- types/react-leaflet/index.d.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/types/react-leaflet/index.d.ts b/types/react-leaflet/index.d.ts index ac868f25b9..fb1cf59d93 100644 --- a/types/react-leaflet/index.d.ts +++ b/types/react-leaflet/index.d.ts @@ -265,10 +265,12 @@ export class FeatureGroup

; +export class GeoJSON

extends Path { } interface AttributionControlProps { position?: Leaflet.ControlPosition;