Repository URL to install this package:
|
Version:
0.14.1 ▾
|
import { styled } from 'styleh-components'
import { LabelElement } from 'atoms/Text'
const Span = LabelElement.as('span')
const StyledValue = styled.withComponent(Span) ``
const StyledLabel = styled.withComponent(Span) ``
const Wrapper = styled.section `
display: flex;
flex-direction: column;
`
export { Wrapper, StyledLabel, StyledValue }