Merge pull request #26187 from danielcollettepb/leaflet-locate-control

leaflet-locatecontrol: change markerStyle to any
This commit is contained in:
Armando Aguirre
2018-06-08 11:32:28 -07:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ declare module 'leaflet' {
drawMarker?: boolean;
markerClass?: any;
circleStyle?: PathOptions;
markerStyle?: PathOptions;
markerStyle?: PathOptions | MarkerOptions;
followCircleStyle?: PathOptions;
followMarkerStyle?: PathOptions;
icon?: string;