@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.
- package/dist/react/ai.js +772 -778
- package/dist/react/index.d.ts +4 -0
- package/dist/styles.css +1 -1
- package/dist/web-component/index.d.ts +4 -0
- package/dist/web-component/web-component.es.js +1968 -1974
- package/package.json +3 -3
|
@@ -1037,4 +1037,8 @@ export declare const Visualization: ForwardRefExoticComponent< {
|
|
|
1037
1037
|
exportingEnabled?: boolean;
|
|
1038
1038
|
} & RefAttributes<HTMLDivElement>>;
|
|
1039
1039
|
|
|
1040
|
+
export declare type WebComponentManagedModalProps = ManagedModalProps & {
|
|
1041
|
+
enableCsvDownload: boolean;
|
|
1042
|
+
};
|
|
1043
|
+
|
|
1040
1044
|
export { }
|