@mcurros2/microm 1.1.332-0 → 1.1.334-0

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 CHANGED
@@ -1717,6 +1717,7 @@ export interface UseFileUploadProps {
1717
1717
  onValidateFile?: (file: File) => Promise<ValidateFileReturnType>;
1718
1718
  thumbnailMaxSize?: number;
1719
1719
  thumbnailQuality?: number;
1720
+ loadFilesOnMount?: boolean;
1720
1721
  }
1721
1722
  export const UseFileUploadDefaultProps: Partial<UseFileUploadProps>;
1722
1723
  export interface UploadProgressReport {