design-system-silkhaus 3.2.0-beta.dropdown.11 → 3.2.0-beta.dropdown.12

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
@@ -129,6 +129,10 @@ export declare type BadgeProps = {
129
129
  className?: string;
130
130
  };
131
131
 
132
+ export declare const BankRegularIcon: FC<{
133
+ className?: string;
134
+ }>;
135
+
132
136
  export declare const BarsIcon: FC<{
133
137
  className?: string;
134
138
  }>;
@@ -788,6 +792,10 @@ export declare interface MobileSelectCardDropDownProps extends HTMLAttributes<HT
788
792
 
789
793
  export declare const MobileTootip: FC<PropsWithChildren<TooltipProps>>;
790
794
 
795
+ export declare const MoneyIcon: FC<{
796
+ className?: string;
797
+ }>;
798
+
791
799
  export declare const MoonIcon: FC<{
792
800
  className?: string;
793
801
  }>;