Fix other types

This commit is contained in:
Luis Alvarez
2020-10-25 19:03:47 -05:00
parent 29aedfc149
commit 0657b882cd
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import { useOverlay, useModal, OverlayContainer } from '@react-aria/overlays'
interface Props {
className?: string
children?: any
open: boolean
open?: boolean
onClose?: () => void
}