sass-template-common 0.1.67 → 0.1.68
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.
|
@@ -835,6 +835,8 @@ export { Image_2 as Image }
|
|
|
835
835
|
|
|
836
836
|
export declare const ImageOffline: FC<ImageProps_3>;
|
|
837
837
|
|
|
838
|
+
export declare const ImageOnline: FC<ImageProps_2>;
|
|
839
|
+
|
|
838
840
|
declare interface ImageProps {
|
|
839
841
|
copyright: boolean;
|
|
840
842
|
description: string | false;
|
|
@@ -1019,6 +1021,8 @@ export declare interface Link {
|
|
|
1019
1021
|
redirect: boolean;
|
|
1020
1022
|
}
|
|
1021
1023
|
|
|
1024
|
+
export declare function LinkComponent(props: any): JSX.Element;
|
|
1025
|
+
|
|
1022
1026
|
export declare const LiveBlogHeader: FC<Props_42>;
|
|
1023
1027
|
|
|
1024
1028
|
declare const Location_2: FC<Props_22>;
|
|
@@ -14185,12 +14185,14 @@ export {
|
|
|
14185
14185
|
F3 as GenerateHead,
|
|
14186
14186
|
r9 as Header,
|
|
14187
14187
|
nl as ImageOffline,
|
|
14188
|
+
ke as ImageOnline,
|
|
14188
14189
|
H3 as IssuuServices,
|
|
14189
14190
|
xs as ItemListSchema,
|
|
14190
14191
|
vm as JournalistArticule2,
|
|
14191
14192
|
Tm as JournalistGroup,
|
|
14192
14193
|
vo as LayoutNewsComponent,
|
|
14193
14194
|
C9 as LazyLoader,
|
|
14195
|
+
q as LinkComponent,
|
|
14194
14196
|
M1 as LiveBlogHeader,
|
|
14195
14197
|
$3 as Location,
|
|
14196
14198
|
N3 as MainComponentServices,
|