@tactics/lokaal-loket 0.0.158 → 0.0.160

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1037,9 +1037,11 @@ declare const Onboarding: ({ heading, content, cta, figure }: IOnboarding) => re
1037
1037
 
1038
1038
  interface IQuickSearch {
1039
1039
  heading: string;
1040
+ content: React$1.ReactNode;
1041
+ action: React$1.ReactNode;
1040
1042
  }
1041
1043
 
1042
- declare const QuickSearch: ({ heading }: IQuickSearch) => react_jsx_runtime.JSX.Element;
1044
+ declare const QuickSearch: ({ heading, content, action }: IQuickSearch) => react_jsx_runtime.JSX.Element;
1043
1045
 
1044
1046
  interface IInfoCard {
1045
1047
  figureType: FigureType;
package/build/index.d.ts CHANGED
@@ -1037,9 +1037,11 @@ declare const Onboarding: ({ heading, content, cta, figure }: IOnboarding) => re
1037
1037
 
1038
1038
  interface IQuickSearch {
1039
1039
  heading: string;
1040
+ content: React$1.ReactNode;
1041
+ action: React$1.ReactNode;
1040
1042
  }
1041
1043
 
1042
- declare const QuickSearch: ({ heading }: IQuickSearch) => react_jsx_runtime.JSX.Element;
1044
+ declare const QuickSearch: ({ heading, content, action }: IQuickSearch) => react_jsx_runtime.JSX.Element;
1043
1045
 
1044
1046
  interface IInfoCard {
1045
1047
  figureType: FigureType;