fix: panelmenu doc

pull/2548/head
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
1 changed files with 1 additions and 1 deletions

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."
},