This commit is contained in:
Aarni Halinen
2021-01-15 22:10:39 +02:00
parent 6dc5e669b9
commit 0638167ca4
101 changed files with 953 additions and 887 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ const Box = styled.div`
}
`;
const DropDownBox: React.FC<DropDownBoxProps> = ({ children, onMouseEnter, onMouseLeave, visible }) => (
const DropDownBox: React.FC<DropDownBoxProps> = ({
children, onMouseEnter, onMouseLeave, visible,
}) => (
<Box
onMouseEnter={onMouseEnter}
onMouseLeave={onMouseLeave}