mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 11:07:32 +08:00
change to PathOptions or MarkerOptions
This commit is contained in:
2
types/leaflet.locatecontrol/index.d.ts
vendored
2
types/leaflet.locatecontrol/index.d.ts
vendored
@@ -27,7 +27,7 @@ declare module 'leaflet' {
|
||||
drawMarker?: boolean;
|
||||
markerClass?: any;
|
||||
circleStyle?: PathOptions;
|
||||
markerStyle?: any;
|
||||
markerStyle?: PathOptions | MarkerOptions;
|
||||
followCircleStyle?: PathOptions;
|
||||
followMarkerStyle?: PathOptions;
|
||||
icon?: string;
|
||||
|
||||
Reference in New Issue
Block a user