@mindly/ui-components 8.8.0 → 8.8.1
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.
|
@@ -15,6 +15,7 @@ type SuccessModalFeatureProps = {
|
|
|
15
15
|
onSyncClick?: () => void;
|
|
16
16
|
onContinueClick?: () => void;
|
|
17
17
|
showGoogleCalendar?: boolean;
|
|
18
|
+
additionalContent?: React.ReactNode;
|
|
18
19
|
};
|
|
19
20
|
declare const SuccessModalFeature: FC<SuccessModalFeatureProps>;
|
|
20
21
|
export default SuccessModalFeature;
|
package/dist/index.d.ts
CHANGED
|
@@ -3931,6 +3931,7 @@ type SuccessModalFeatureProps = {
|
|
|
3931
3931
|
onSyncClick?: () => void;
|
|
3932
3932
|
onContinueClick?: () => void;
|
|
3933
3933
|
showGoogleCalendar?: boolean;
|
|
3934
|
+
additionalContent?: React__default.ReactNode;
|
|
3934
3935
|
};
|
|
3935
3936
|
declare const SuccessModalFeature: FC<SuccessModalFeatureProps>;
|
|
3936
3937
|
|