UNPKG

@roo-ui/components

Version:

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