sass-template-common 0.1.90 → 0.1.93
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.
|
@@ -1216,6 +1216,8 @@ declare interface ModuloNewsletterProps {
|
|
|
1216
1216
|
sibtitle: string;
|
|
1217
1217
|
image: ReactNode;
|
|
1218
1218
|
texts: textsType;
|
|
1219
|
+
termsLink: string;
|
|
1220
|
+
submitFunction: () => void;
|
|
1219
1221
|
}
|
|
1220
1222
|
|
|
1221
1223
|
export declare const ModuloOpinion: FC<OptionCardBlockProps>;
|
|
@@ -1711,6 +1713,9 @@ declare type Props_29 = {
|
|
|
1711
1713
|
image: ReactNode;
|
|
1712
1714
|
texts: textsType;
|
|
1713
1715
|
className?: string;
|
|
1716
|
+
termsLink: string;
|
|
1717
|
+
termsLinkTarget?: string;
|
|
1718
|
+
submitFunction: any;
|
|
1714
1719
|
};
|
|
1715
1720
|
|
|
1716
1721
|
declare type Props_3 = {
|