mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Fix other types
This commit is contained in:
@@ -8,7 +8,7 @@ import { useOverlay, useModal, OverlayContainer } from '@react-aria/overlays'
|
||||
interface Props {
|
||||
className?: string
|
||||
children?: any
|
||||
open: boolean
|
||||
open?: boolean
|
||||
onClose?: () => void
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user