@ahmadmubarak98/namozaj 1.16.0 → 1.16.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/main.d.ts CHANGED
@@ -292,6 +292,7 @@ export declare type FileFieldFilePreview = {
292
292
  name: string;
293
293
  size?: number;
294
294
  type?: string;
295
+ onPreviewClick?: (file: FileFieldFilePreview, formMethods: RHFFormMethods) => void;
295
296
  };
296
297
 
297
298
  export declare type FileFieldVariant = "default" | "dropzone" | "avatar";