@tactics/lokaal-loket 0.0.115 → 0.0.116
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +462 -462
- package/build/index.d.cts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +414 -414
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1502,7 +1502,7 @@ declare const SearchPage: (props: ISearchPage) => react_jsx_runtime.JSX.Element;
|
|
1502
1502
|
interface ISearchWithMapPage {
|
1503
1503
|
header: React$1.ReactElement;
|
1504
1504
|
content: React$1.ReactElement | React$1.ReactElement[];
|
1505
|
-
map
|
1505
|
+
map?: React$1.ReactElement;
|
1506
1506
|
footer: React$1.ReactElement;
|
1507
1507
|
}
|
1508
1508
|
|
package/build/index.d.ts
CHANGED
@@ -1502,7 +1502,7 @@ declare const SearchPage: (props: ISearchPage) => react_jsx_runtime.JSX.Element;
|
|
1502
1502
|
interface ISearchWithMapPage {
|
1503
1503
|
header: React$1.ReactElement;
|
1504
1504
|
content: React$1.ReactElement | React$1.ReactElement[];
|
1505
|
-
map
|
1505
|
+
map?: React$1.ReactElement;
|
1506
1506
|
footer: React$1.ReactElement;
|
1507
1507
|
}
|
1508
1508
|
|