UNPKG

@roo-ui/components

Version:

10 lines (7 loc) 150 B
import { Link } from '..'; const BlockLink = Link.extend` display: block; color: inherit; text-decoration: none; `; export default BlockLink;