sass-template-common 0.2.13 → 0.2.15

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.
@@ -893,6 +893,8 @@ declare interface ImageProps_3 {
893
893
  hasShadow?: boolean;
894
894
  priorityHigh?: boolean;
895
895
  cookies?: any;
896
+ PUBLIC_API_HOST: string;
897
+ PUBLIC_OFFLINE_SITE: string;
896
898
  }
897
899
 
898
900
  declare interface ImageProps_4 {