com.graphhopper.maps.pt.view.components.SecondaryText.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphhopper-web-bundle Show documentation
Show all versions of graphhopper-web-bundle Show documentation
Use the GraphHopper routing engine as a web-service
export default function ({
children
}) {
return React.createElement("span", {
className: "secondaryText"
}, children);
}