Repository URL to install this package:
|
Version:
1.2.6 ▾
|
import { styled } from '@skava/modules/___dist/view-container'
import { LabelElement } from 'atoms/Text'
const Span = LabelElement.withComponent('span')
const StyledValue = styled.withComponent(Span)``
const StyledLabel = styled.withComponent(Span)``
const Wrapper = styled.section`
display: flex;
flex-direction: column;
`
export { Wrapper, StyledLabel, StyledValue }