Repository URL to install this package:
|
Version:
3.0.4 ▾
|
import { styled } from 'styleh-components'
import { H1 } from 'atoms/Text/Heading'
const SectionListWrapper = styled.div``
const SectionListHeader = styled.withComponent(H1)`
text-transform: capitalize;
font-size: 18px;
margin: 0;
margin-bottom: 10px;
`
export { SectionListWrapper, SectionListHeader }