@fctc/sme-widget-ui 1.6.5 → 1.6.6

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.
@@ -283,6 +283,7 @@ interface IFileUploadProps extends IInputFieldProps {
283
283
  useUploadFileExcel?: any;
284
284
  useGetImage?: any;
285
285
  isBase64File?: any;
286
+ downloadFunction?: (url: string, filename: string) => void;
286
287
  }
287
288
 
288
289
  declare const FileUploadField: (props: IFileUploadProps) => JSX.Element;
package/dist/widgets.d.ts CHANGED
@@ -283,6 +283,7 @@ interface IFileUploadProps extends IInputFieldProps {
283
283
  useUploadFileExcel?: any;
284
284
  useGetImage?: any;
285
285
  isBase64File?: any;
286
+ downloadFunction?: (url: string, filename: string) => void;
286
287
  }
287
288
 
288
289
  declare const FileUploadField: (props: IFileUploadProps) => JSX.Element;