UNPKG

@forrestjs/kitchensink

Version:
7 lines (5 loc) 187 B
import ListItem from '@material-ui/core/ListItem'; import { Link } from 'react-router-dom'; export const ListItemLink = (props) => ( <ListItem button component={Link} {...props} /> );