@livetiles/reach-plugin-types 0.5.0-preview.263 → 0.5.0-preview.265
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.
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2886,7 +2886,7 @@ declare module "libs/reach/util/common/src/analytics/useIframeInteraction" {
|
|
|
2886
2886
|
}
|
|
2887
2887
|
declare module "libs/reach/util/common/src/analytics/AnalyticsModuleContextProvider" {
|
|
2888
2888
|
import { FC } from 'react';
|
|
2889
|
-
import { Module } from "libs/reach/util/common/src/
|
|
2889
|
+
import { Module } from "libs/reach/util/common/src/analytics/AnalyticsContextProvider";
|
|
2890
2890
|
export const AnalyticsModuleContext: import("react").Context<Module>;
|
|
2891
2891
|
export const AnalyticsModuleContextProvider: FC<{
|
|
2892
2892
|
module: Module;
|