ui-mathilde-web 0.9.2 → 0.9.3

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.
@@ -369,6 +369,7 @@ export declare const ListFile: default_2.FC<ListFileProps>;
369
369
  declare interface ListFileProps {
370
370
  files: File[];
371
371
  onDelete: (fileToDelete: File) => void;
372
+ isMultiple?: boolean;
372
373
  }
373
374
 
374
375
  export declare const Loader: () => JSX_2.Element;