Removes key prop from IconLinkVerticalProps

This commit is contained in:
Juan Lulkin
2021-02-24 14:52:29 +01:00
parent 51ab38a5a1
commit 80cd6ab3b1
@@ -20,7 +20,6 @@ import LinkIcon from '@material-ui/icons/Link';
import { Link as RouterLink } from '../Link';
export type IconLinkVerticalProps = {
key?: React.Key;
icon?: React.ReactNode;
href?: string;
onClick?: React.MouseEventHandler<HTMLAnchorElement>;