Repository URL to install this package:
import { styled } from 'styleh-components' const LinkElement = styled.a` display: inherit; ` export { LinkElement }