Repository URL to install this package:
|
Version:
2.1.7 ▾
|
import { styled } from 'styleh-components'
const ButtonWrapper = styled.div ``
const HeadingWrapper = styled.div ``
const Wrapper = styled.div `
padding: rem(16);
`
export { ButtonWrapper, HeadingWrapper, Wrapper }