All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.graphhopper.maps.pt.view.components.SecondaryText.js Maven / Gradle / Ivy

There is a newer version: 10.0
Show newest version
export default function ({
                           children
                         }) {
  return React.createElement("span", {
    className: "secondaryText"
  }, children);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy