Removes key prop from IconLinkVerticalProps
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user