ui-mathilde-web 0.1.4 → 0.1.5

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.
@@ -162,6 +162,12 @@ declare interface SelectFormProps extends React.SelectHTMLAttributes<HTMLSelectE
162
162
 
163
163
  export declare const SidebarMth: () => JSX_2.Element;
164
164
 
165
+ export declare const Spinner: ({ description }: SpinnerProps) => JSX_2.Element;
166
+
167
+ declare interface SpinnerProps {
168
+ description?: string;
169
+ }
170
+
165
171
  export declare const TableComponent: React_2.FC<TableComponentProps>;
166
172
 
167
173
  declare interface TableComponentProps {