@moontra/moonui-pro 2.26.6 → 2.26.8

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/index.d.ts CHANGED
@@ -3342,6 +3342,7 @@ interface NavbarItem {
3342
3342
  }
3343
3343
  interface NavbarSection {
3344
3344
  id: string;
3345
+ title?: string;
3345
3346
  items: NavbarItem[];
3346
3347
  showInMobile?: boolean;
3347
3348
  }