UNPKG

@roo-ui/components

Version:

11 lines (8 loc) 191 B
import styled from 'styled-components'; import { Link } from '..'; const BlockLink = styled(Link)` display: block; color: inherit; text-decoration: none; `; export default BlockLink;