mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-03-02 21:00:41 +00:00
fix(system): DropdownMenu children prop type
This commit is contained in:
parent
7ebd125370
commit
45f8afd4e0
@ -31,7 +31,7 @@ const DropdownMenuTrigger = (props: TriggerProps) => {
|
||||
}
|
||||
|
||||
interface MenuProps extends DropdownMenuContentProps {
|
||||
children: React.ReactElement[] | React.ReactElement
|
||||
children: React.ReactNode
|
||||
}
|
||||
|
||||
const DropdownMenu = (props: MenuProps) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user