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

assets.pt.view.components.SecondaryText.js Maven / Gradle / Ivy

export default function ({
                           children
                         }) {
  return React.createElement("span", {
    className: "secondaryText"
  }, children);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy