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