mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00:00
Merge pull request #26187 from danielcollettepb/leaflet-locate-control
leaflet-locatecontrol: change markerStyle to any
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ declare module 'leaflet' {
|
||||
drawMarker?: boolean;
|
||||
markerClass?: any;
|
||||
circleStyle?: PathOptions;
|
||||
markerStyle?: PathOptions;
|
||||
markerStyle?: PathOptions | MarkerOptions;
|
||||
followCircleStyle?: PathOptions;
|
||||
followMarkerStyle?: PathOptions;
|
||||
icon?: string;
|
||||
|
||||
Reference in New Issue
Block a user