ui-mathilde-web 0.10.5 → 0.10.8

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.
@@ -609,10 +609,16 @@ declare interface SidebarProProps {
609
609
 
610
610
  export declare const Spinner: ({ description }: SpinnerProps) => JSX_2.Element;
611
611
 
612
+ export declare const SpinnerMth: ({ description }: SpinnerProps_2) => JSX_2.Element;
613
+
612
614
  declare interface SpinnerProps {
613
615
  description?: string;
614
616
  }
615
617
 
618
+ declare interface SpinnerProps_2 {
619
+ description?: string;
620
+ }
621
+
616
622
  declare interface StepDefinition {
617
623
  title: string;
618
624
  description?: string;