sass-template-common 0.1.87 → 0.1.89
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.
|
@@ -844,6 +844,8 @@ export declare const ImageOffline: FC<ImageProps_3>;
|
|
|
844
844
|
|
|
845
845
|
export declare const ImageOnline: FC<ImageProps_2>;
|
|
846
846
|
|
|
847
|
+
export declare const ImageOnlineClient: FC<ImageProps_4>;
|
|
848
|
+
|
|
847
849
|
declare interface ImageProps {
|
|
848
850
|
copyright: boolean;
|
|
849
851
|
description: string | false;
|
|
@@ -878,6 +880,13 @@ declare interface ImageProps_3 {
|
|
|
878
880
|
cookies?: any;
|
|
879
881
|
}
|
|
880
882
|
|
|
883
|
+
declare interface ImageProps_4 {
|
|
884
|
+
preview: Preview;
|
|
885
|
+
isVideo?: boolean;
|
|
886
|
+
isLarge?: boolean;
|
|
887
|
+
priorityHigh?: boolean;
|
|
888
|
+
}
|
|
889
|
+
|
|
881
890
|
export declare interface Info {
|
|
882
891
|
type?: string;
|
|
883
892
|
section?: {
|