@moontra/moonui-pro 2.26.1 → 2.26.3

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
@@ -3336,6 +3336,7 @@ interface NavbarItem {
3336
3336
  disabled?: boolean;
3337
3337
  items?: NavbarItem[];
3338
3338
  action?: () => void;
3339
+ onClick?: () => void;
3339
3340
  description?: string;
3340
3341
  thumbnail?: string;
3341
3342
  }