mirror of
https://github.com/status-im/status-web.git
synced 2025-01-18 16:41:37 +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