@tactics/lokaal-loket 0.0.387 → 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/build/index.cjs +537 -537
- package/build/index.d.cts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +537 -537
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -2159,7 +2159,7 @@ declare const DetailsSectionGallery: (props: IDetailsSectionGallery) => react_js
|
|
2159
2159
|
|
2160
2160
|
interface IDetailsSectionGeneral {
|
2161
2161
|
info: React__default.ReactNode;
|
2162
|
-
contactData
|
2162
|
+
contactData?: IContactData[];
|
2163
2163
|
}
|
2164
2164
|
interface IContactData {
|
2165
2165
|
title: string;
|
package/build/index.d.ts
CHANGED
@@ -2159,7 +2159,7 @@ declare const DetailsSectionGallery: (props: IDetailsSectionGallery) => react_js
|
|
2159
2159
|
|
2160
2160
|
interface IDetailsSectionGeneral {
|
2161
2161
|
info: React__default.ReactNode;
|
2162
|
-
contactData
|
2162
|
+
contactData?: IContactData[];
|
2163
2163
|
}
|
2164
2164
|
interface IContactData {
|
2165
2165
|
title: string;
|