sass-template-common 0.4.0 → 0.4.2
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.
|
@@ -1579,8 +1579,12 @@ export declare type NoteShare = {
|
|
|
1579
1579
|
variant: 'outline' | 'container';
|
|
1580
1580
|
options?: Array<NoteShareOption>;
|
|
1581
1581
|
url: string;
|
|
1582
|
-
googleProfile?:
|
|
1582
|
+
googleProfile?: {
|
|
1583
|
+
url: string;
|
|
1584
|
+
likeSocial: boolean;
|
|
1585
|
+
};
|
|
1583
1586
|
whatsappUrl?: string;
|
|
1587
|
+
customButton?: boolean;
|
|
1584
1588
|
};
|
|
1585
1589
|
|
|
1586
1590
|
export declare type NoteShareOption = 'X' | 'Email' | 'LinkedIn' | 'Whatsapp' | 'FaceBook';
|
|
@@ -2137,6 +2141,10 @@ declare type Props_9 = {
|
|
|
2137
2141
|
|
|
2138
2142
|
export declare const Readest: FC<Props_27>;
|
|
2139
2143
|
|
|
2144
|
+
export declare const ReCaptchaRender: ({ defaultRouteName }: {
|
|
2145
|
+
defaultRouteName: string;
|
|
2146
|
+
}) => false | "" | JSX.Element | undefined;
|
|
2147
|
+
|
|
2140
2148
|
declare interface Related {
|
|
2141
2149
|
automatic: boolean;
|
|
2142
2150
|
news: News[];
|