mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 00:53:04 -04:00
Progress
This commit is contained in:
parent
af498e7829
commit
876e622f4f
17 changed files with 289 additions and 34 deletions
13
src/globals.d.ts
vendored
13
src/globals.d.ts
vendored
|
@ -1,9 +1,14 @@
|
|||
declare var appSettings: any;
|
||||
import TVencordNative from "./VencordNative";
|
||||
|
||||
declare global {
|
||||
export var VencordNative: typeof TVencordNative;
|
||||
export var appSettings: {
|
||||
set(setting: string, v: any): void;
|
||||
};
|
||||
|
||||
interface Window {
|
||||
webpackChunkdiscord_app: { push(chunk): any; };
|
||||
webpackChunkdiscord_app: {
|
||||
push(chunk: any): any;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
Loading…
Add table
Add a link
Reference in a new issue