Repository URL to install this package:
|
Version:
0.9.6 ▾
|
import { styled } from 'view-container'
const Wrapper = styled.div ``
const LabelElement = styled.span `
&::after {
content: ':';
}
`
const ValueElement = styled.span ``
export { Wrapper, LabelElement, ValueElement }