Sha256: 09314ca5e8bb50310c1f3a7c3d1d3f194f0b7b980da1ccc97dfe078fb3b2f587
Contents?: true
Size: 293 Bytes
Versions: 307
Compression:
Stored size: 293 Bytes
Contents
import React from 'react' import { SectionSeparator } from '../../' const SectionSeparatorTextBackground = (props) => { return ( <SectionSeparator {...props} text="Title Separator" variant="background" /> ) } export default SectionSeparatorTextBackground
Version data entries
307 entries across 307 versions & 1 rubygems