We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ff5c7 commit b2aeb87Copy full SHA for b2aeb87
1 file changed
packages/web-bridge/src/types.d.ts
@@ -1,4 +1,14 @@
1
+import { RampInstantSDK } from "@ramp-network/ramp-instant-sdk";
2
+
3
declare module "*.html" {
4
const value: string;
5
export default value;
6
}
7
8
+declare global {
9
+ interface Window {
10
+ loopringSocket: InstanceType<LoopringSocket>;
11
+ __renderReportCall__: () => void;
12
+ rampInstance: RampInstantSDK | undefined;
13
+ }
14
+}
0 commit comments