mayak-common-library 0.1.28 → 0.1.30
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.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -944,6 +944,8 @@ declare const RealtyDetails: FC<RealtyDetailsProps>;
|
|
|
944
944
|
|
|
945
945
|
interface RealtyDescriptionProps {
|
|
946
946
|
description?: string | null;
|
|
947
|
+
className?: string;
|
|
948
|
+
containerClassName?: string;
|
|
947
949
|
}
|
|
948
950
|
declare const RealtyDescription: FC<RealtyDescriptionProps>;
|
|
949
951
|
|
package/dist/index.d.ts
CHANGED
|
@@ -944,6 +944,8 @@ declare const RealtyDetails: FC<RealtyDetailsProps>;
|
|
|
944
944
|
|
|
945
945
|
interface RealtyDescriptionProps {
|
|
946
946
|
description?: string | null;
|
|
947
|
+
className?: string;
|
|
948
|
+
containerClassName?: string;
|
|
947
949
|
}
|
|
948
950
|
declare const RealtyDescription: FC<RealtyDescriptionProps>;
|
|
949
951
|
|