design-system-silkhaus 2.4.0-beta.mission-values.3 → 2.4.0-beta.mission-values.4

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
@@ -170,6 +170,10 @@ export declare interface ButtonsGroupSelectorProps extends HTMLAttributes<HTMLDi
170
170
  buttonClassName?: string;
171
171
  }
172
172
 
173
+ export declare const CalendarIcon: FC<{
174
+ className?: string;
175
+ }>;
176
+
173
177
  export declare const Card: React_2.ForwardRefExoticComponent<CardProps & React_2.RefAttributes<HTMLDivElement>>;
174
178
 
175
179
  export declare const CardContent: React_2.ForwardRefExoticComponent<React_2.HTMLAttributes<HTMLDivElement> & React_2.RefAttributes<HTMLDivElement>>;