fix: panelmenu doc

This commit is contained in:
Des Preston 2022-05-18 16:03:23 -04:00
parent 6832ef8e31
commit f9e35f6523
No known key found for this signature in database
GPG key ID: EE8FA841E802A836

View file

@ -7,7 +7,7 @@ const PanelMenuProps = [
},
{
name: "expandedKeys",
type: "array",
type: "object",
default: "null",
description: "A map of keys to represent the expansion state in controlled mode."
},