@tactics/lokaal-loket 0.0.385 → 0.0.387
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 +3 -2
- package/build/index.d.cts +0 -1
- package/build/index.d.ts +0 -1
- package/build/index.js +3 -2
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -2669,7 +2669,6 @@ declare const EmptySearchPage: (props: IEmptySearchPage) => react_jsx_runtime.JS
|
|
2669
2669
|
interface ISearchWithMapPage {
|
2670
2670
|
header: React__default.ReactElement;
|
2671
2671
|
content: React__default.ReactElement | React__default.ReactElement[];
|
2672
|
-
footer: React__default.ReactElement;
|
2673
2672
|
}
|
2674
2673
|
|
2675
2674
|
declare const SearchWithMapPage: (props: ISearchWithMapPage) => react_jsx_runtime.JSX.Element;
|
package/build/index.d.ts
CHANGED
@@ -2669,7 +2669,6 @@ declare const EmptySearchPage: (props: IEmptySearchPage) => react_jsx_runtime.JS
|
|
2669
2669
|
interface ISearchWithMapPage {
|
2670
2670
|
header: React__default.ReactElement;
|
2671
2671
|
content: React__default.ReactElement | React__default.ReactElement[];
|
2672
|
-
footer: React__default.ReactElement;
|
2673
2672
|
}
|
2674
2673
|
|
2675
2674
|
declare const SearchWithMapPage: (props: ISearchWithMapPage) => react_jsx_runtime.JSX.Element;
|