Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { styled } from 'styleh-components'

const ButtonWrapper = styled.div``
const HeadingWrapper = styled.div``
const Wrapper = styled.div`
  padding: rem(16);
`

export { ButtonWrapper, HeadingWrapper, Wrapper }