profinansy-ui-lib 4.0.39 → 4.0.41

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.
@@ -117,5 +117,7 @@ export type THeaderLinkSubPage = {
117
117
  isFill?: boolean;
118
118
  /** Не переносить текст **/
119
119
  nowrap?: boolean;
120
+ /** Показать иконку короны **/
121
+ crownShown?: boolean;
120
122
  };
121
123
  export {};