mayak-common-library 0.0.386 → 0.0.388
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1057,7 +1057,7 @@ interface RealtyDetailsProps {
|
|
|
1057
1057
|
declare const RealtyDetails: FC<RealtyDetailsProps>;
|
|
1058
1058
|
|
|
1059
1059
|
interface RealtyDescriptionProps {
|
|
1060
|
-
description
|
|
1060
|
+
description?: string;
|
|
1061
1061
|
}
|
|
1062
1062
|
declare const RealtyDescription: FC<RealtyDescriptionProps>;
|
|
1063
1063
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1057,7 +1057,7 @@ interface RealtyDetailsProps {
|
|
|
1057
1057
|
declare const RealtyDetails: FC<RealtyDetailsProps>;
|
|
1058
1058
|
|
|
1059
1059
|
interface RealtyDescriptionProps {
|
|
1060
|
-
description
|
|
1060
|
+
description?: string;
|
|
1061
1061
|
}
|
|
1062
1062
|
declare const RealtyDescription: FC<RealtyDescriptionProps>;
|
|
1063
1063
|
|