Repository URL to install this package:
|
Version:
4.0.119-dev ▾
|
import { StyledBaseText } from '../styled'
// inheriting from base style
const H1 = StyledBaseText.as('h1')
const H2 = StyledBaseText.as('h2')
const H3 = StyledBaseText.as('h3')
const H4 = StyledBaseText.as('h4')
const H5 = StyledBaseText.as('h5')
const H6 = StyledBaseText.as('h6')
export { H1, H2, H3, H4, H5, H6 }