Sha256: 47c763926ecb35070c00962379b2dd1c135229a9311348473d1921eb44ee8b0f
Contents?: true
Size: 264 Bytes
Versions: 593
Compression:
Stored size: 264 Bytes
Contents
import React from 'react' import { SectionSeparator } from '../../' const SectionSeparatorDashed = (props) => { return ( <SectionSeparator {...props} lineStyle='dashed' /> ) } export default SectionSeparatorDashed
Version data entries
593 entries across 593 versions & 2 rubygems