profinansy-ui-lib 3.8.99 → 3.9.1

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.
@@ -45,4 +45,6 @@ export interface IModal {
45
45
  maxWidth?: string;
46
46
  /** Пропс для работы стайледов **/
47
47
  className?: string;
48
+ /** Пропс для работы модалки через стэк */
49
+ withStack?: boolean;
48
50
  }
@@ -1,4 +1,4 @@
1
- declare const useOverlayModal: () => {
1
+ declare const useOverlayModal: (withStack: boolean) => {
2
2
  isExistStack: boolean;
3
3
  };
4
4
  export { useOverlayModal };