Sha256: 5348b24977c2f83797d7207d3144affdc5565adc897774c9f0c798e3ef6a1d7a
Contents?: true
Size: 245 Bytes
Versions: 15
Compression:
Stored size: 245 Bytes
Contents
import React from "react" import Caption from "../_caption.jsx" function CaptionDark() { return ( <div> <Caption dark text="Caption" /> <Caption dark large text="Caption Large" /> </div> ) } export default CaptionDark;
Version data entries
15 entries across 15 versions & 1 rubygems