@cxbox-ui/core 2.6.1-beta.0 → 2.6.1-beta.1

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/core.d.ts CHANGED
@@ -1455,6 +1455,7 @@ fileId: string;
1455
1455
  */
1456
1456
  declare const downloadFileByUrl: ActionCreatorWithOptionalPayload< {
1457
1457
  url: string;
1458
+ name?: string;
1458
1459
  }, string>;
1459
1460
 
1460
1461
  declare const downloadFileByUrlEpic: CXBoxEpic;