Sha256: 12760999591f3e2551e91746e8a52badcfdc5eabd195f05f4ff446ceeb03f5a5
Contents?: true
Size: 248 Bytes
Versions: 948
Compression:
Stored size: 248 Bytes
Contents
import React from 'react' import { SectionSeparator } from 'playbook-ui' const SectionSeparatorText = (props) => { return ( <SectionSeparator {...props} text="Text Separator" /> ) } export default SectionSeparatorText
Version data entries
948 entries across 948 versions & 2 rubygems