@ledgerhq/connect-kit 1.1.0-beta.1 → 1.1.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 1.1.0-beta.2 - 2023-06-19
11
+ ### Changed
12
+ - Internal improvements.
13
+
10
14
  ## 1.1.0-beta.1 - 2023-06-19
11
15
  ### Added
12
16
  - Support for WalletConnect v2.
@@ -1,5 +1,6 @@
1
1
  import { ReactElement } from "react";
2
2
  export declare let setIsModalOpen: (isModalOpen: boolean) => void;
3
+ export declare let isModalOpen: Function;
3
4
  export interface ModalProps {
4
5
  isOpen?: boolean;
5
6
  onClose?: Function;