@tactics/lokaal-loket 0.0.494 → 0.0.495
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +756 -751
- package/build/index.d.cts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +756 -751
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -2658,7 +2658,7 @@ interface IProfileSectionRequests {
|
|
2658
2658
|
declare const ProfileSectionRequests: (props: IProfileSectionRequests) => react_jsx_runtime.JSX.Element;
|
2659
2659
|
|
2660
2660
|
interface IProfileSectionRequestContent {
|
2661
|
-
title
|
2661
|
+
title?: string;
|
2662
2662
|
content: React__default.ReactNode;
|
2663
2663
|
figure?: React__default.ReactElement<IFigure>;
|
2664
2664
|
}
|
package/build/index.d.ts
CHANGED
@@ -2658,7 +2658,7 @@ interface IProfileSectionRequests {
|
|
2658
2658
|
declare const ProfileSectionRequests: (props: IProfileSectionRequests) => react_jsx_runtime.JSX.Element;
|
2659
2659
|
|
2660
2660
|
interface IProfileSectionRequestContent {
|
2661
|
-
title
|
2661
|
+
title?: string;
|
2662
2662
|
content: React__default.ReactNode;
|
2663
2663
|
figure?: React__default.ReactElement<IFigure>;
|
2664
2664
|
}
|