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