Repository URL to install this package:
|
Version:
0.14.1 ▾
|
import { styled } from 'styleh-components'
import { StyledBaseText } from '../styled'
// inheriting from base style
const ParagraphElement = StyledBaseText.as('p')
export { ParagraphElement }