sass-template-common 0.2.48 → 0.2.49

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.
@@ -825,6 +825,10 @@ declare type HeaderProps = {
825
825
  showAlertPop?: boolean;
826
826
  showOnlyStickyHeader?: boolean;
827
827
  searchLink?: string;
828
+ headerTape?: {
829
+ static: boolean;
830
+ sticky: boolean;
831
+ };
828
832
  };
829
833
 
830
834
  declare interface ICommonServices {