Repository URL to install this package:
import { styled } from 'styleh-components' import Image from 'atoms/Image' const FigureCaption = styled.figcaption`` const StyledImage = styled.withComponent(Image)`` export { FigureCaption, StyledImage }