aboutsummaryrefslogtreecommitdiff
path: root/src/globals.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.d.ts')
-rw-r--r--src/globals.d.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts
index 610466a..ca43786 100644
--- a/src/globals.d.ts
+++ b/src/globals.d.ts
@@ -1,7 +1,5 @@
-import TVencordNative from "./VencordNative";
-
declare global {
- export var VencordNative: typeof TVencordNative;
+ export var VencordNative: typeof import("./VencordNative").default;
export var appSettings: {
set(setting: string, v: any): void;
};
@@ -12,3 +10,5 @@ declare global {
};
}
}
+
+export { }; \ No newline at end of file