@trafilea/afrodita-components 6.43.3 → 6.43.4
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/build/index.d.ts +3 -0
- package/build/index.esm.js +278 -273
- package/build/index.esm.js.map +1 -1
- package/build/index.js +278 -273
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -3957,6 +3957,9 @@ declare type JoinClubProps = {
|
|
|
3957
3957
|
bodyCopy: string | JSX.Element;
|
|
3958
3958
|
titleCopy: string | JSX.Element;
|
|
3959
3959
|
style?: React.CSSProperties;
|
|
3960
|
+
showButton?: boolean;
|
|
3961
|
+
buttonText?: string;
|
|
3962
|
+
buttonStyle?: React.CSSProperties;
|
|
3960
3963
|
};
|
|
3961
3964
|
|
|
3962
3965
|
declare const JoinClubCard: React.FC<JoinClubProps>;
|