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