Sha256: 5e6ed32a310898002074a6e6db130025d9aab66388ef9e475e581f33ca56dddc
Contents?: true
Size: 244 Bytes
Versions: 515
Compression:
Stored size: 244 Bytes
Contents
import React from 'react' import { SectionSeparator } from '../../' const SectionSeparatorText = (props) => { return ( <SectionSeparator {...props} text="Title Separator" /> ) } export default SectionSeparatorText
Version data entries
515 entries across 515 versions & 2 rubygems