sass-template-common 0.1.66 → 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>;