@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 +2 -2
- package/dist/index.global.js +72 -72
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +24 -17
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2651,8 +2651,8 @@ interface DashboardProps {
|
|
|
2651
2651
|
brandName?: string;
|
|
2652
2652
|
}
|
|
2653
2653
|
|
|
2654
|
-
declare
|
|
2655
|
-
declare const MoonUIDashboardPro:
|
|
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 {
|