ui-mathilde-web 0.1.28 → 0.1.29

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.
@@ -143,6 +143,8 @@ declare interface ListFileProps {
143
143
  onDelete: (fileToDelete: File) => void;
144
144
  }
145
145
 
146
+ export declare const Loader: () => JSX_2.Element;
147
+
146
148
  declare interface MenuItem {
147
149
  id: string;
148
150
  label: string;