@livetiles/reach-plugin-types 0.5.0-preview.335 → 0.5.0-preview.338

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +4 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -3639,10 +3639,14 @@ declare module "libs/reach/util/common/src/subscription/useSubscriptionApi" {
3639
3639
  getTermsAndConditions: () => Promise<TermsAndConditions>;
3640
3640
  };
3641
3641
  }
3642
+ declare module "libs/reach/util/common/src/subscription/useLazySubscriptionContext" {
3643
+ export function useLazySubscriptionContext(): import("@livetiles/reach/util/common").LazySubscriptionContextType;
3644
+ }
3642
3645
  declare module "libs/reach/util/common/src/subscription/index" {
3643
3646
  export * from "libs/reach/util/common/src/subscription/EnforcedSubscriptionContextProvider";
3644
3647
  export * from "libs/reach/util/common/src/subscription/SubscriptionContext";
3645
3648
  export * from "libs/reach/util/common/src/subscription/useSubscriptionApi";
3649
+ export * from "libs/reach/util/common/src/subscription/useLazySubscriptionContext";
3646
3650
  }
3647
3651
  declare module "libs/reach/util/common/src/AppTrigger" {
3648
3652
  import { DependencyList } from 'react';
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.335",
7
+ "version": "0.5.0-preview.338",
8
8
  "dependencies": {}
9
9
  }