@plasmicpkgs/antd5 0.0.248 → 0.0.249

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/antd.esm.js CHANGED
@@ -5379,6 +5379,11 @@ function registerMenu(loader) {
5379
5379
  defaultValueHint: "hover",
5380
5380
  advanced: true
5381
5381
  },
5382
+ defaultSelectedKeys: {
5383
+ type: "array",
5384
+ description: 'An array of Menu Item/s that will be selected when this component first loads, eg ["home", "about"]. Each item in the array should be one of the unique keys set in nested Menu Item component props. Useful when using the Menu component to build a website navigation bar.',
5385
+ advanced: true
5386
+ },
5382
5387
  // menuScopeClassName: {
5383
5388
  // type: "styleScopeClass",
5384
5389
  // scopeName: "menu",