@ahmadmubarak98/namozaj 1.5.1 → 1.5.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
@@ -209,6 +209,10 @@ export declare type FileFieldConfig = BaseFieldConfig & {
209
209
  dropText?: string;
210
210
  enablePreview?: boolean;
211
211
  avatarIcon?: string;
212
+ previewFiles?: {
213
+ url: string;
214
+ name: string;
215
+ }[];
212
216
  uploadCb?: (files: File[]) => Promise<string>;
213
217
  uploadApi?: {
214
218
  url: string;