UNPKG

@roo-ui/components

Version:

12 lines (8 loc) 170 B
import { Text } from '..'; const Paragraph = Text.withComponent('p'); Paragraph.defaultProps = { ...Text.defaultProps, m: 0, mb: 2, }; export default Paragraph;