@npm_leadtech/legal-contracts-ui 0.24.3 → 0.24.5
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.
|
@@ -557,10 +557,10 @@ export declare interface PreformOptionProps {
|
|
|
557
557
|
}
|
|
558
558
|
|
|
559
559
|
export declare interface PreformProps {
|
|
560
|
-
trustedBadge
|
|
560
|
+
trustedBadge: TrustedBadgeProps;
|
|
561
561
|
title?: string;
|
|
562
562
|
options: PreformOptionProps[];
|
|
563
|
-
|
|
563
|
+
ctaLabel: string;
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
export declare const PreviewDownload: FC<PreviewDownloadProps>;
|
|
@@ -686,7 +686,7 @@ export declare const TimeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|
|
|
686
686
|
export declare const TrustedBadge: FC<TrustedBadgeProps>;
|
|
687
687
|
|
|
688
688
|
export declare interface TrustedBadgeProps {
|
|
689
|
-
children
|
|
689
|
+
children: ReactNode;
|
|
690
690
|
}
|
|
691
691
|
|
|
692
692
|
export declare const TrustedIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
|