diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index 0c5f48d0a9..ff90fb479f 100644 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -2335,6 +2335,10 @@ declare module L { */ attributionControl: Control.Attribution; + /** + * Map state options + */ + options: MapOptions; //////////////// ////////////////