@magemetrics/ai 0.4.1 → 0.4.2

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.
@@ -1037,6 +1037,10 @@ withTitle: boolean;
1037
1037
  exportingEnabled?: boolean;
1038
1038
  } & RefAttributes<HTMLDivElement>>;
1039
1039
 
1040
+ export declare type WebComponentManagedModalProps = ManagedModalProps & {
1041
+ enableCsvDownload: boolean;
1042
+ };
1043
+
1040
1044
  export { }
1041
1045
 
1042
1046