Fixes: Menu doesnt close when clicking menu items

This commit is contained in:
Tom Moor
2017-09-24 21:28:35 -07:00
parent 1700a77737
commit 3a279e1613
2 changed files with 12 additions and 15 deletions

View File

@ -7,7 +7,7 @@ const DropdownMenuItem = ({
onClick,
children,
}: {
onClick?: Function,
onClick?: () => void,
children?: React.Element<any>,
}) => {
return (