@xyo-network/react-chain-network 1.22.0 → 1.23.2
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { XyoViewer } from '@xyo-network/xl1-sdk';
|
|
1
2
|
/**
|
|
2
3
|
* Finds the appropriate viewer based on network settings and available gateways
|
|
3
4
|
*
|
|
@@ -5,7 +6,7 @@
|
|
|
5
6
|
* If the wallet viewer is not available, it will fall back to the in-page viewer and log a warning. If the network should not
|
|
6
7
|
* be proxied, it will use the in-page viewer.
|
|
7
8
|
*/
|
|
8
|
-
export declare const useViewerInPage: () =>
|
|
9
|
+
export declare const useViewerInPage: () => XyoViewer | undefined;
|
|
9
10
|
/** @deprecated - use useViewerInPage instead */
|
|
10
|
-
export declare const useViewerInPageV2: () =>
|
|
11
|
+
export declare const useViewerInPageV2: () => XyoViewer | undefined;
|
|
11
12
|
//# sourceMappingURL=useViewerInPage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useViewerInPage.d.ts","sourceRoot":"","sources":["../../../../src/hooks/provider/useViewerInPage.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useViewerInPage.d.ts","sourceRoot":"","sources":["../../../../src/hooks/provider/useViewerInPage.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAa,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAWhE;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,QAAO,SAAS,GAAG,SAuB9C,CAAA;AACD,gDAAgD;AAChD,eAAO,MAAM,iBAAiB,QAzBK,SAAS,GAAG,SAyBC,CAAA"}
|