change to PathOptions or MarkerOptions

This commit is contained in:
danielcollette
2018-06-08 14:29:27 -04:00
parent f24e32d8ad
commit 16acbedbaa

View File

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