Repository URL to install this package:
import { styled } from 'styleh-components' const Wrapper = styled.div ` width: 50px; height: 50px; border-radius: 50%; background-color: blue; padding: 10px; margin: auto; ` export { Wrapper }