@tactics/lokaal-loket 0.0.86 → 0.0.87
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +523 -549
- package/build/index.d.cts +0 -1
- package/build/index.d.ts +0 -1
- package/build/index.js +354 -380
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1386,7 +1386,6 @@ declare const BasicPage: (props: IBasicPage) => react_jsx_runtime.JSX.Element;
|
|
1386
1386
|
interface ISearchPage {
|
1387
1387
|
header: React$1.ReactElement;
|
1388
1388
|
content: React$1.ReactElement | React$1.ReactElement[];
|
1389
|
-
map?: React$1.ReactElement;
|
1390
1389
|
footer: React$1.ReactElement;
|
1391
1390
|
}
|
1392
1391
|
|
package/build/index.d.ts
CHANGED
@@ -1386,7 +1386,6 @@ declare const BasicPage: (props: IBasicPage) => react_jsx_runtime.JSX.Element;
|
|
1386
1386
|
interface ISearchPage {
|
1387
1387
|
header: React$1.ReactElement;
|
1388
1388
|
content: React$1.ReactElement | React$1.ReactElement[];
|
1389
|
-
map?: React$1.ReactElement;
|
1390
1389
|
footer: React$1.ReactElement;
|
1391
1390
|
}
|
1392
1391
|
|