mayak-common-library 0.2.13 → 0.2.14
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 +4 -4
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -859,7 +859,7 @@ type BreadCrumbsItem = {
|
|
|
859
859
|
|
|
860
860
|
interface RealtyAddressProps {
|
|
861
861
|
address?: string;
|
|
862
|
-
addressLinks: Array<
|
|
862
|
+
addressLinks: Array<ReactNode | undefined>;
|
|
863
863
|
restAddress?: string[];
|
|
864
864
|
metros?: BreadCrumbsItem[] | null;
|
|
865
865
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -859,7 +859,7 @@ type BreadCrumbsItem = {
|
|
|
859
859
|
|
|
860
860
|
interface RealtyAddressProps {
|
|
861
861
|
address?: string;
|
|
862
|
-
addressLinks: Array<
|
|
862
|
+
addressLinks: Array<ReactNode | undefined>;
|
|
863
863
|
restAddress?: string[];
|
|
864
864
|
metros?: BreadCrumbsItem[] | null;
|
|
865
865
|
}
|