pillardash-ui-react 0.1.91 → 0.1.92

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
@@ -136,6 +136,7 @@ interface FileUploadProps {
136
136
  showProgress?: boolean;
137
137
  className?: string;
138
138
  id?: string;
139
+ replaceMode?: boolean;
139
140
  }
140
141
  declare const FileUpload: React$1.FC<FileUploadProps>;
141
142