UNPKG

@forrestjs/kitchensink

Version:
5 lines (3 loc) 166 B
import Button from '@material-ui/core/Button'; import { Link } from 'react-router-dom'; export const ButtonLink = (props) => <Button component={Link} {...props} />;