You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZoomControl could support as a prop the possibility of customizing the icons for zoom in and zoom out with something like the types ReactNode or SVGAElement or HTMLOrSVGElement ?
ZoomControl could support as a prop the possibility of customizing the icons for zoom in and zoom out with something like the types ReactNode or SVGAElement or HTMLOrSVGElement ?
<LayersControl zoomInIcon={<MapZoomPlusIcon />} zoomOutIcon={<MapZoomMinusIcon />} />
or
<LayersControl zoomInIcon={MapZoomPlusIcon} zoomOutIcon={MapZoomMinusIcon} />
In this way it would improve the possible customization of the map interactive elements.
The text was updated successfully, but these errors were encountered: