@mindly/ui-components 3.47.6 → 3.47.7
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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/SuccessScreen/SuccessScreen.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/SuccessScreen/SuccessScreen.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1127,6 +1127,7 @@ declare const _default$1: React.MemoExoticComponent<React.ForwardRefExoticCompon
|
|
|
1127
1127
|
declare type SuccessScreenProps = {
|
|
1128
1128
|
title: string;
|
|
1129
1129
|
subTitle?: string;
|
|
1130
|
+
btnTitle?: string;
|
|
1130
1131
|
onClick?: () => void;
|
|
1131
1132
|
};
|
|
1132
1133
|
declare const SuccessScreen: FC<SuccessScreenProps>;
|