Sha256: 15b2589e6f409ba8a92ff48f8ca3104c157a1ad42222a53b1d495b443e52b91c
Contents?: true
Size: 240 Bytes
Versions: 1108
Compression:
Stored size: 240 Bytes
Contents
import React from 'react' import { SectionSeparator } from '../../' const SectionSeparatorLine = (props) => { return ( <div> <SectionSeparator {...props} /> </div> ) } export default SectionSeparatorLine
Version data entries
1,108 entries across 1,108 versions & 2 rubygems