design-system-silkhaus 2.4.2 → 2.4.3
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.cjs +31 -31
- package/dist/index.d.ts +8 -0
- package/dist/index.js +1491 -1436
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -549,6 +549,10 @@ export declare type PaymentScheduleProps = {
|
|
|
549
549
|
paymentItems: PaymentScheduleItemProps[];
|
|
550
550
|
};
|
|
551
551
|
|
|
552
|
+
export declare const PinIcon: FC<{
|
|
553
|
+
className?: string;
|
|
554
|
+
}>;
|
|
555
|
+
|
|
552
556
|
export declare const PriceRangeSlider: default_2.FC<PriceRangeSliderProps>;
|
|
553
557
|
|
|
554
558
|
export declare interface PriceRangeSliderProps {
|
|
@@ -652,6 +656,10 @@ export declare const SotringIcon: FC<{
|
|
|
652
656
|
className?: string;
|
|
653
657
|
}>;
|
|
654
658
|
|
|
659
|
+
export declare const SparkleIcon: FC<{
|
|
660
|
+
className?: string;
|
|
661
|
+
}>;
|
|
662
|
+
|
|
655
663
|
export declare const StarLineIcon: FC<{
|
|
656
664
|
className?: string;
|
|
657
665
|
}>;
|