design-system-silkhaus 2.4.3 → 2.4.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.cjs +32 -32
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1293 -1262
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -642,6 +642,10 @@ export declare interface ScrollbarProps extends Props {
|
|
|
642
642
|
|
|
643
643
|
export declare const SECURITY_DEPOSIT_REFUND = "security_deposit_refund";
|
|
644
644
|
|
|
645
|
+
export declare const SingleBuildingIcon: FC<{
|
|
646
|
+
className?: string;
|
|
647
|
+
}>;
|
|
648
|
+
|
|
645
649
|
export declare const SlickImageCarousel: default_2.ForwardRefExoticComponent<SlickImageCarouselProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
646
650
|
|
|
647
651
|
export declare type SlickImageCarouselProps = {
|