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'
import { H1 } from '@skava/ui/dist/components/atoms/Text/Heading'

const SectionListWrapper = styled.div``

const SectionListHeader = styled(H1)`
  text-transform: capitalize;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
`

export { SectionListWrapper, SectionListHeader }