@moontra/moonui-pro 2.24.11 → 2.24.12

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
@@ -2651,8 +2651,8 @@ interface DashboardProps {
2651
2651
  brandName?: string;
2652
2652
  }
2653
2653
 
2654
- declare function Dashboard(props: DashboardProps): react_jsx_runtime.JSX.Element;
2655
- declare const MoonUIDashboardPro: typeof Dashboard;
2654
+ declare const Dashboard: React__default.NamedExoticComponent<DashboardProps>;
2655
+ declare const MoonUIDashboardPro: React__default.NamedExoticComponent<DashboardProps>;
2656
2656
  type MoonUIDashboardProProps = DashboardProps;
2657
2657
 
2658
2658
  interface AdvancedFormField {