UNPKG

react-scroll-progress-read

Version:
8 lines (4 loc) 170 B
import React from "react" import styles from "./styles.module.css" const Paragraph = ({ children }) => <p className={styles.p}>{children}</p> export default Paragraph