add children props

This commit is contained in:
Aarni Halinen
2022-07-24 22:42:04 +03:00
parent aa90d97007
commit 2e37072703
17 changed files with 34 additions and 6 deletions
+1
View File
@@ -6,6 +6,7 @@ interface DropDownBoxProps {
onMouseEnter: () => void;
onMouseLeave: () => void;
visible: boolean;
children: React.ReactNode;
}
const Box = styled.div`