Repository URL to install this package:
|
Version:
4.0.76 ▾
|
import { styled } from 'styleh-components'
import { Button } from 'atoms/Button'
const StyledLabelDiv = styled.div``
const LabelWrapper = styled.div``
const StyledButton = styled(Button)``
export { StyledLabelDiv, StyledButton, LabelWrapper }