design-system-silkhaus 4.3.0 → 4.3.1
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 +12 -0
- package/dist/index.js +5197 -5062
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -68,6 +68,10 @@ export declare interface ActionFooterProps {
|
|
|
68
68
|
thirdColumn?: default_2.ReactNode;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
+
export declare const ActivityIcon: FC<{
|
|
72
|
+
className?: string;
|
|
73
|
+
}>;
|
|
74
|
+
|
|
71
75
|
export declare const AirConditionIcon: FC<{
|
|
72
76
|
className?: string;
|
|
73
77
|
}>;
|
|
@@ -180,6 +184,10 @@ export declare const BedSideIcon: FC<{
|
|
|
180
184
|
className?: string;
|
|
181
185
|
}>;
|
|
182
186
|
|
|
187
|
+
export declare const BeenHereIcon: FC<{
|
|
188
|
+
className?: string;
|
|
189
|
+
}>;
|
|
190
|
+
|
|
183
191
|
export declare const BellIcon: FC<{
|
|
184
192
|
className?: string;
|
|
185
193
|
}>;
|
|
@@ -855,6 +863,10 @@ export declare interface InputProps extends default_2.InputHTMLAttributes<HTMLIn
|
|
|
855
863
|
tooltipProps?: Omit<TooltipProps, 'trigger'>;
|
|
856
864
|
}
|
|
857
865
|
|
|
866
|
+
export declare const InspectIcon: FC<{
|
|
867
|
+
className?: string;
|
|
868
|
+
}>;
|
|
869
|
+
|
|
858
870
|
export declare const INSTALLMENT = "installment";
|
|
859
871
|
|
|
860
872
|
declare interface KeyMapping<SourceKey extends keyof PaymentRadioInputProps, DestinationKey extends string> {
|