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