Repository URL to install this package:
import { styled } from 'styleh-components' import { ImagePlaceholder } from '../ImagePlaceholder' const FigureWrapper = styled.figure` margin: 0; ` export { FigureWrapper }